aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pellerator.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-16 21:04:19 -0400
committerPaul Gilbert2016-08-16 21:04:19 -0400
commit4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011 (patch)
tree92c4b2f298aaa4a4783de1395e13ae5890cc0477 /engines/titanic/game/broken_pellerator.h
parent80fd795b80d9e9f5f6ca444b844d867f2172d74e (diff)
downloadscummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.gz
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.bz2
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.zip
TITANIC: Implemented various pellerator classes
Diffstat (limited to 'engines/titanic/game/broken_pellerator.h')
-rw-r--r--engines/titanic/game/broken_pellerator.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/game/broken_pellerator.h b/engines/titanic/game/broken_pellerator.h
index 6fbde91053..3b8c3ba587 100644
--- a/engines/titanic/game/broken_pellerator.h
+++ b/engines/titanic/game/broken_pellerator.h
@@ -28,6 +28,11 @@
namespace Titanic {
class CBrokenPellerator : public CBrokenPellBase {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
private:
CString _string2;
CString _string3;