aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/cage.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/cage.h')
-rw-r--r--engines/titanic/game/cage.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/titanic/game/cage.h b/engines/titanic/game/cage.h
index bbce978489..48b1b46ab7 100644
--- a/engines/titanic/game/cage.h
+++ b/engines/titanic/game/cage.h
@@ -28,9 +28,15 @@
namespace Titanic {
class CCage : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool PreEnterViewMsg(CPreEnterViewMsg *msg);
+ bool MouseMoveMsg(CMouseMoveMsg *msg);
public:
static int _v1;
- static int _v2;
+ static bool _open;
public:
CLASSDEF;