aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/pickup/pick_up_speech_centre.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/pickup/pick_up_speech_centre.h')
-rw-r--r--engines/titanic/game/pickup/pick_up_speech_centre.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/pickup/pick_up_speech_centre.h b/engines/titanic/game/pickup/pick_up_speech_centre.h
index 29dce04fb3..81ee0b5d77 100644
--- a/engines/titanic/game/pickup/pick_up_speech_centre.h
+++ b/engines/titanic/game/pickup/pick_up_speech_centre.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CPickUpSpeechCentre : public CPickUp {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
public:
CLASSDEF;