From e733f8113f69f37b14e8a2447f5e7dce89a1670d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 24 Aug 2016 18:42:32 -0400 Subject: TITANIC: Implemented more game classes --- engines/titanic/game/long_stick_dispenser.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/titanic/game/long_stick_dispenser.h') diff --git a/engines/titanic/game/long_stick_dispenser.h b/engines/titanic/game/long_stick_dispenser.h index 2a1b86fb84..be05ef9c65 100644 --- a/engines/titanic/game/long_stick_dispenser.h +++ b/engines/titanic/game/long_stick_dispenser.h @@ -29,7 +29,15 @@ namespace Titanic { class CLongStickDispenser : public CGameObject { + DECLARE_MESSAGE_MAP; + bool PuzzleSolvedMsg(CPuzzleSolvedMsg *msg); + bool MovieEndMsg(CMovieEndMsg *msg); + bool VisibleMsg(CVisibleMsg *msg); bool EnterRoomMsg(CEnterRoomMsg *msg); + bool MouseButtonDownMsg(CMouseButtonDownMsg *msg); + bool LeaveViewMsg(CLeaveViewMsg *msg); + bool EnterViewMsg(CEnterViewMsg *msg); + bool MouseDragStartMsg(CMouseDragStartMsg *msg); private: int _fieldBC; int _fieldC0; -- cgit v1.2.3