aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/belbot_get_light.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/belbot_get_light.h')
-rw-r--r--engines/titanic/game/belbot_get_light.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/belbot_get_light.h b/engines/titanic/game/belbot_get_light.h
index a3aa0f737e..1707ad4793 100644
--- a/engines/titanic/game/belbot_get_light.h
+++ b/engines/titanic/game/belbot_get_light.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CBelbotGetLight : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool MovieFrameMsg(CMovieFrameMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
private:
CString _value;
public: