aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bridge_door.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-17 18:42:03 -0400
committerPaul Gilbert2016-08-17 18:42:03 -0400
commit75f6d1fa5b4a413818457fd9d373054405dd7129 (patch)
treed2f8b142c265568e1b9c02bc1a45890b09e5fa11 /engines/titanic/game/bridge_door.h
parent540570d3c7c12eff07d97c48b3ce150048ef0ee9 (diff)
downloadscummvm-rg350-75f6d1fa5b4a413818457fd9d373054405dd7129.tar.gz
scummvm-rg350-75f6d1fa5b4a413818457fd9d373054405dd7129.tar.bz2
scummvm-rg350-75f6d1fa5b4a413818457fd9d373054405dd7129.zip
TITANIC: Implemented CBridgeDoor class
Diffstat (limited to 'engines/titanic/game/bridge_door.h')
-rw-r--r--engines/titanic/game/bridge_door.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/game/bridge_door.h b/engines/titanic/game/bridge_door.h
index c1872a29be..010a8b8bc0 100644
--- a/engines/titanic/game/bridge_door.h
+++ b/engines/titanic/game/bridge_door.h
@@ -28,6 +28,10 @@
namespace Titanic {
class CBridgeDoor : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
CLASSDEF;