aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/bottom_of_well_monitor.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-15 21:32:03 -0400
committerPaul Gilbert2016-08-15 21:32:03 -0400
commit7234f076f4ccf5cb427ad4abda65b4fb2d823d3b (patch)
tree347e837786e52fe81a1aa8009963c1d012b5d84b /engines/titanic/game/bottom_of_well_monitor.h
parent24aeebc96f50f12a9dacf33c9ce4aceb82011074 (diff)
downloadscummvm-rg350-7234f076f4ccf5cb427ad4abda65b4fb2d823d3b.tar.gz
scummvm-rg350-7234f076f4ccf5cb427ad4abda65b4fb2d823d3b.tar.bz2
scummvm-rg350-7234f076f4ccf5cb427ad4abda65b4fb2d823d3b.zip
TITANIC: Implemented CBottomOfWellMonitor class
Diffstat (limited to 'engines/titanic/game/bottom_of_well_monitor.h')
-rw-r--r--engines/titanic/game/bottom_of_well_monitor.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/engines/titanic/game/bottom_of_well_monitor.h b/engines/titanic/game/bottom_of_well_monitor.h
index 65424aad70..be9ae2c093 100644
--- a/engines/titanic/game/bottom_of_well_monitor.h
+++ b/engines/titanic/game/bottom_of_well_monitor.h
@@ -28,12 +28,17 @@
namespace Titanic {
class CBottomOfWellMonitor : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
static int _v1, _v2;
- int _value;
+ bool _flag;
public:
CLASSDEF;
- CBottomOfWellMonitor() : _value(1) {}
+ CBottomOfWellMonitor() : _flag(true) {}
/**
* Save the data for the class to file