aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/basin.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/basin.h')
-rw-r--r--engines/titanic/game/sgt/basin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/sgt/basin.h b/engines/titanic/game/sgt/basin.h
index e4a36eb841..1fcb469824 100644
--- a/engines/titanic/game/sgt/basin.h
+++ b/engines/titanic/game/sgt/basin.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CBasin : public CSGTStateRoom {
+ DECLARE_MESSAGE_MAP;
+ bool TurnOn(CTurnOn *msg);
+ bool TurnOff(CTurnOff *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
CLASSDEF;