diff options
Diffstat (limited to 'engines/titanic/game/search_point.h')
-rw-r--r-- | engines/titanic/game/search_point.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/search_point.h b/engines/titanic/game/search_point.h index 3c5639b104..421f272804 100644 --- a/engines/titanic/game/search_point.h +++ b/engines/titanic/game/search_point.h @@ -28,6 +28,8 @@ namespace Titanic { class CSearchPoint : public CGameObject { + DECLARE_MESSAGE_MAP; + bool MouseButtonDownMsg(CMouseButtonDownMsg *msg); public: int _value; public: |