aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/head_slot.h
diff options
context:
space:
mode:
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();