aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bridge_view.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-18 13:05:11 -0400
committerPaul Gilbert2016-08-18 13:05:11 -0400
commit737a1b8c2f139d43df837e601e5c9ed6ec0f7fde (patch)
tree8d25ee3e20b165ca4d6d29235e1efc4b88434a62 /engines/titanic/game/bridge_view.h
parentc62257f720f9d1c8dc6bccfc7b350b932eafa84f (diff)
downloadscummvm-rg350-737a1b8c2f139d43df837e601e5c9ed6ec0f7fde.tar.gz
scummvm-rg350-737a1b8c2f139d43df837e601e5c9ed6ec0f7fde.tar.bz2
scummvm-rg350-737a1b8c2f139d43df837e601e5c9ed6ec0f7fde.zip
TITANIC: Implemented CBridgeView class
Diffstat (limited to 'engines/titanic/game/bridge_view.h')
-rw-r--r--engines/titanic/game/bridge_view.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/game/bridge_view.h b/engines/titanic/game/bridge_view.h
index d7c7c35aa9..45cfa3f4c8 100644
--- a/engines/titanic/game/bridge_view.h
+++ b/engines/titanic/game/bridge_view.h
@@ -28,11 +28,14 @@
namespace Titanic {
class CBridgeView : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
public:
- int _fieldE0;
+ int _mode;
public:
CLASSDEF;
- CBridgeView() : CBackground(), _fieldE0(0) {}
+ CBridgeView() : CBackground(), _mode(0) {}
/**
* Save the data for the class to file