From 3c2c82fcd593e7b358f359de69070b6dd0e92150 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 19 Aug 2016 23:41:19 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/game/end_explode_ship.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/game/end_explode_ship.h') diff --git a/engines/titanic/game/end_explode_ship.h b/engines/titanic/game/end_explode_ship.h index b8159d3ca7..c48f822af8 100644 --- a/engines/titanic/game/end_explode_ship.h +++ b/engines/titanic/game/end_explode_ship.h @@ -28,6 +28,11 @@ namespace Titanic { class CEndExplodeShip : public CGameObject { + DECLARE_MESSAGE_MAP; + bool ActMsg(CActMsg *msg); + bool TimerMsg(CTimerMsg *msg); + bool MovieEndMsg(CMovieEndMsg *msg); + bool MovieFrameMsg(CMovieFrameMsg *msg); public: int _value1, _value2; public: -- cgit v1.2.3