diff options
Diffstat (limited to 'engines/titanic/game/stop_phonograph_button.h')
-rw-r--r-- | engines/titanic/game/stop_phonograph_button.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/game/stop_phonograph_button.h b/engines/titanic/game/stop_phonograph_button.h index b469375e20..d416c4f8fe 100644 --- a/engines/titanic/game/stop_phonograph_button.h +++ b/engines/titanic/game/stop_phonograph_button.h @@ -28,6 +28,8 @@ namespace Titanic { class CStopPhonographButton : public CBackground { + DECLARE_MESSAGE_MAP; + bool MouseButtonDownMsg(CMouseButtonDownMsg *msg); public: CLASSDEF; |