aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_explode_ship.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_explode_ship.h')
-rw-r--r--engines/titanic/game/end_explode_ship.h5
1 files changed, 5 insertions, 0 deletions
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: