aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/doorbot_elevator_handler.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-03-17 22:51:29 -0400
committerPaul Gilbert2016-03-17 22:51:29 -0400
commit04b8c75a9371d0ad353cbf4cc86da6087e94c7df (patch)
treed22840a0c5f7aca3b21791444a1937243abb7025 /engines/titanic/game/doorbot_elevator_handler.h
parent39a4db06fa00c994ac225b68a9e236ca6cf39a35 (diff)
downloadscummvm-rg350-04b8c75a9371d0ad353cbf4cc86da6087e94c7df.tar.gz
scummvm-rg350-04b8c75a9371d0ad353cbf4cc86da6087e94c7df.tar.bz2
scummvm-rg350-04b8c75a9371d0ad353cbf4cc86da6087e94c7df.zip
TITANIC: Add stubs for CEnterNodeMsg message handlers
Diffstat (limited to 'engines/titanic/game/doorbot_elevator_handler.h')
-rw-r--r--engines/titanic/game/doorbot_elevator_handler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/game/doorbot_elevator_handler.h b/engines/titanic/game/doorbot_elevator_handler.h
index e46929dfed..4c34248a71 100644
--- a/engines/titanic/game/doorbot_elevator_handler.h
+++ b/engines/titanic/game/doorbot_elevator_handler.h
@@ -24,13 +24,16 @@
#define TITANIC_DOORBOT_ELEVATOR_HANDLER_H
#include "titanic/core/game_object.h"
+#include "titanic/messages/messages.h"
namespace Titanic {
-class CDoorbotElevatorHandler : public CGameObject {
+class CDoorbotElevatorHandler : public CGameObject, CEnterNodeMsgTarget {
private:
static int _v1;
int _value;
+protected:
+ virtual bool handleEvent(const CEnterNodeMsg &msg);
public:
CLASSDEF