aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/sgt/bedfoot.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/sgt/bedfoot.h')
-rw-r--r--engines/titanic/game/sgt/bedfoot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/game/sgt/bedfoot.h b/engines/titanic/game/sgt/bedfoot.h
index df3db42d6d..cc7b82b075 100644
--- a/engines/titanic/game/sgt/bedfoot.h
+++ b/engines/titanic/game/sgt/bedfoot.h
@@ -28,6 +28,9 @@
namespace Titanic {
class CBedfoot : public CSGTStateRoom {
+ DECLARE_MESSAGE_MAP;
+ bool TurnOn(CTurnOn *msg);
+ bool TurnOff(CTurnOff *msg);
public:
CLASSDEF;