From 5ea32efbb0ecb3e6b8336ad3c2edd3905ea5b89a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 27 Aug 2016 12:45:36 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/game/play_on_act.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/titanic/game/play_on_act.h') diff --git a/engines/titanic/game/play_on_act.h b/engines/titanic/game/play_on_act.h index 197e647943..72615f2fc4 100644 --- a/engines/titanic/game/play_on_act.h +++ b/engines/titanic/game/play_on_act.h @@ -28,6 +28,9 @@ namespace Titanic { class CPlayOnAct : public CBackground { + DECLARE_MESSAGE_MAP; + bool ActMsg(CActMsg *msg); + bool LeaveViewMsg(CLeaveViewMsg *msg); public: CLASSDEF; -- cgit v1.2.3