aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/hammer_clip.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/hammer_clip.h')
-rw-r--r--engines/titanic/game/hammer_clip.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/hammer_clip.h b/engines/titanic/game/hammer_clip.h
index 7f5c5ab5f8..4af58c22a5 100644
--- a/engines/titanic/game/hammer_clip.h
+++ b/engines/titanic/game/hammer_clip.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CHammerClip : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
public:
int _value;
public: