aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/elevator_action_area.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/elevator_action_area.h')
-rw-r--r--engines/titanic/game/elevator_action_area.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/elevator_action_area.h b/engines/titanic/game/elevator_action_area.h
index 6c756fb95f..75d3a06d29 100644
--- a/engines/titanic/game/elevator_action_area.h
+++ b/engines/titanic/game/elevator_action_area.h
@@ -28,6 +28,8 @@
namespace Titanic {
class CElevatorActionArea : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
public:
int _value;
public: