aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/deskchair.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/deskchair.h')
-rw-r--r--engines/titanic/game/sgt/deskchair.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/sgt/deskchair.h b/engines/titanic/game/sgt/deskchair.h
index 5181b650d2..6e7bbe4169 100644
--- a/engines/titanic/game/sgt/deskchair.h
+++ b/engines/titanic/game/sgt/deskchair.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CDeskchair : public CSGTStateRoom {
+ DECLARE_MESSAGE_MAP;
+ bool TurnOn(CTurnOn *msg);
+ bool TurnOff(CTurnOff *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
CLASSDEF;