aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/nose_holder.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/nose_holder.h')
-rw-r--r--engines/titanic/game/nose_holder.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/titanic/game/nose_holder.h b/engines/titanic/game/nose_holder.h
index b8cca95869..7b3fbba625 100644
--- a/engines/titanic/game/nose_holder.h
+++ b/engines/titanic/game/nose_holder.h
@@ -28,8 +28,14 @@
namespace Titanic {
class CNoseHolder : public CDropTarget {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool FrameMsg(CFrameMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
private:
- int _field118;
+ CGameObject *_dragObject;
int _field11C;
public:
CLASSDEF;