aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_slot.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-22 19:25:36 -0400
committerPaul Gilbert2016-08-22 19:25:36 -0400
commit65bc8cb83c01cc1e7e6c8c093b8f42080800718d (patch)
tree2b53d3e66b85ea775ab5131f2971764d93232183 /engines/titanic/game/head_slot.h
parentf238ed18ec24debf7f1b8713abf1ce3ebbeeaec3 (diff)
downloadscummvm-rg350-65bc8cb83c01cc1e7e6c8c093b8f42080800718d.tar.gz
scummvm-rg350-65bc8cb83c01cc1e7e6c8c093b8f42080800718d.tar.bz2
scummvm-rg350-65bc8cb83c01cc1e7e6c8c093b8f42080800718d.zip
TITANIC: Implemented more game classes
Diffstat (limited to 'engines/titanic/game/head_slot.h')
-rw-r--r--engines/titanic/game/head_slot.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/engines/titanic/game/head_slot.h b/engines/titanic/game/head_slot.h
index 0080411033..2767db3b61 100644
--- a/engines/titanic/game/head_slot.h
+++ b/engines/titanic/game/head_slot.h
@@ -28,6 +28,15 @@
namespace Titanic {
class CHeadSlot : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool AddHeadPieceMsg(CAddHeadPieceMsg *msg);
+ bool SenseWorkingMsg(CSenseWorkingMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool LoadSuccessMsg(CLoadSuccessMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
+ bool ActMsg(CActMsg *msg);
+ bool MouseDragStartMsg(CMouseDragStartMsg *msg);
public:
static int _v1;
public:
@@ -39,7 +48,7 @@ public:
int _fieldE0;
int _fieldE4;
int _fieldE8;
- int _fieldEC;
+ bool _fieldEC;
public:
CLASSDEF;
CHeadSlot();