aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/move_player_to.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/move_player_to.h')
-rw-r--r--engines/titanic/moves/move_player_to.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/titanic/moves/move_player_to.h b/engines/titanic/moves/move_player_to.h
index 4bfffcb0b2..822df69422 100644
--- a/engines/titanic/moves/move_player_to.h
+++ b/engines/titanic/moves/move_player_to.h
@@ -28,6 +28,9 @@
namespace Titanic {
class CMovePlayerTo : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool ActMsg(CActMsg *msg);
protected:
CString _destination;
public: