aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/chev_switch.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/chev_switch.h')
-rw-r--r--engines/titanic/gfx/chev_switch.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/gfx/chev_switch.h b/engines/titanic/gfx/chev_switch.h
index 0305a6ca83..01da53c854 100644
--- a/engines/titanic/gfx/chev_switch.h
+++ b/engines/titanic/gfx/chev_switch.h
@@ -28,6 +28,12 @@
namespace Titanic {
class CChevSwitch : public CToggleSwitch {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
+ bool SetChevButtonImageMsg(CSetChevButtonImageMsg *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+public:
+ int _value;
public:
CLASSDEF;
CChevSwitch();