aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/code_wheel.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-26 07:47:31 -0400
committerPaul Gilbert2016-08-26 07:47:31 -0400
commit41ee7dd3717e8ff5451314fe62468ae64e8879c3 (patch)
treea4ccef80ac473336728b371e0e321e97213b7242 /engines/titanic/game/code_wheel.h
parente40caf40a17e50d9cab698eb9b806302e106f179 (diff)
downloadscummvm-rg350-41ee7dd3717e8ff5451314fe62468ae64e8879c3.tar.gz
scummvm-rg350-41ee7dd3717e8ff5451314fe62468ae64e8879c3.tar.bz2
scummvm-rg350-41ee7dd3717e8ff5451314fe62468ae64e8879c3.zip
TITANIC: Implemented more game classes
Diffstat (limited to 'engines/titanic/game/code_wheel.h')
-rw-r--r--engines/titanic/game/code_wheel.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/titanic/game/code_wheel.h b/engines/titanic/game/code_wheel.h
index 63af97c6fb..e38a45b631 100644
--- a/engines/titanic/game/code_wheel.h
+++ b/engines/titanic/game/code_wheel.h
@@ -28,9 +28,14 @@
namespace Titanic {
class CodeWheel : public CBomb {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
private:
int _field108;
- int _field10C;
+ int _state;
int _field110;
public:
CLASSDEF;