aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/glass_smasher.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/glass_smasher.h')
-rw-r--r--engines/titanic/game/glass_smasher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/game/glass_smasher.h b/engines/titanic/game/glass_smasher.h
index 7e38f4e36b..e1eef6f87a 100644
--- a/engines/titanic/game/glass_smasher.h
+++ b/engines/titanic/game/glass_smasher.h
@@ -28,6 +28,9 @@
namespace Titanic {
class CGlassSmasher : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
CLASSDEF;