aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_sequence_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_sequence_control.h')
-rw-r--r--engines/titanic/game/end_sequence_control.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/end_sequence_control.h b/engines/titanic/game/end_sequence_control.h
index 35e9a934e1..223f25186d 100644
--- a/engines/titanic/game/end_sequence_control.h
+++ b/engines/titanic/game/end_sequence_control.h
@@ -29,7 +29,11 @@
namespace Titanic {
class CEndSequenceControl : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool TimerMsg(CTimerMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
bool EnterRoomMsg(CEnterRoomMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
public:
CLASSDEF;