From 41ee7dd3717e8ff5451314fe62468ae64e8879c3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 26 Aug 2016 07:47:31 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/game/nose_holder.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'engines/titanic/game/nose_holder.h') 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; -- cgit v1.2.3