From 1f0b9cb68d02d956ec745bef16f0dbddaa743bec Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 25 Aug 2016 20:46:33 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/moves/move_player_to.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/titanic/moves/move_player_to.h') 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: -- cgit v1.2.3