aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/captains_wheel.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-17 19:43:24 -0400
committerPaul Gilbert2016-08-17 19:43:24 -0400
commit41dab514e1f7dc4bbf9ff9bab21c5dc5cad7812f (patch)
treeb0b41bfc6d5d5a61ac8e5ed9c341ed309f9a5f0a /engines/titanic/game/captains_wheel.h
parentc628f7224f336e353d56990977d3683d905877ab (diff)
downloadscummvm-rg350-41dab514e1f7dc4bbf9ff9bab21c5dc5cad7812f.tar.gz
scummvm-rg350-41dab514e1f7dc4bbf9ff9bab21c5dc5cad7812f.tar.bz2
scummvm-rg350-41dab514e1f7dc4bbf9ff9bab21c5dc5cad7812f.zip
TITANIC: Implemented CCaptainsWheel class
Diffstat (limited to 'engines/titanic/game/captains_wheel.h')
-rw-r--r--engines/titanic/game/captains_wheel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/game/captains_wheel.h b/engines/titanic/game/captains_wheel.h
index 549dcbe685..3aca45c21f 100644
--- a/engines/titanic/game/captains_wheel.h
+++ b/engines/titanic/game/captains_wheel.h
@@ -28,6 +28,13 @@
namespace Titanic {
class CCaptainsWheel : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool TurnOff(CTurnOff *msg);
+ bool TurnOn(CTurnOn *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
int _fieldE0;
int _fieldE4;