aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/arboretum_gate.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-07 22:03:35 -0400
committerPaul Gilbert2016-04-07 22:03:35 -0400
commit9f1bab55972b8a6f88b83c2391c40a038ffb509d (patch)
treef56c6af8d5606cba208b1663662597ff3861a356 /engines/titanic/game/arboretum_gate.h
parent41c08d186adc91111e9beccfeef80efb3fcc0fd6 (diff)
downloadscummvm-rg350-9f1bab55972b8a6f88b83c2391c40a038ffb509d.tar.gz
scummvm-rg350-9f1bab55972b8a6f88b83c2391c40a038ffb509d.tar.bz2
scummvm-rg350-9f1bab55972b8a6f88b83c2391c40a038ffb509d.zip
TITANIC: Converting other message stubs to new format
Diffstat (limited to 'engines/titanic/game/arboretum_gate.h')
-rw-r--r--engines/titanic/game/arboretum_gate.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/engines/titanic/game/arboretum_gate.h b/engines/titanic/game/arboretum_gate.h
index 9b0674fe75..736f67bd7b 100644
--- a/engines/titanic/game/arboretum_gate.h
+++ b/engines/titanic/game/arboretum_gate.h
@@ -31,6 +31,13 @@ namespace Titanic {
class CArboretumGate : public CBackground {
DECLARE_MESSAGE_MAP
+ bool ActMsg(CActMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
+ bool TurnOff(CTurnOff *msg);
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool EnterViewMsg(CEnterViewMsg *msg);
+ bool TurnOn(CTurnOn *msg);
+ bool MovieEndMsg(CMovieEndMsg *msg);
private:
static int _v1;
static int _v2;
@@ -66,14 +73,6 @@ private:
int _field14C;
int _field150;
CString _string2;
-protected:
- virtual bool ActMsg(CActMsg *msg);
- virtual bool LeaveViewMsg(CLeaveViewMsg *msg);
- virtual bool TurnOff(CTurnOff *msg);
- virtual bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
- virtual bool EnterViewMsg(CEnterViewMsg *msg);
- virtual bool TurnOn(CTurnOn *msg);
- virtual bool MovieEndMsg(CMovieEndMsg *msg);
public:
CLASSDEF
CArboretumGate();