aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/broken_pellerator.h
diff options
context:
space:
mode:
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;