aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/wheel_spin_horn.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/wheel_spin_horn.h')
-rw-r--r--engines/titanic/game/wheel_spin_horn.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/titanic/game/wheel_spin_horn.h b/engines/titanic/game/wheel_spin_horn.h
index 21182253b3..b8546b01b6 100644
--- a/engines/titanic/game/wheel_spin_horn.h
+++ b/engines/titanic/game/wheel_spin_horn.h
@@ -28,9 +28,11 @@
namespace Titanic {
class CWheelSpinHorn : public CWheelSpin {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
public:
- CString _string1;
- CString _string2;
+ CString _soundName;
+ CString _message;
public:
CLASSDEF;