aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/titania_speech.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/titania_speech.h')
-rw-r--r--engines/titanic/sound/titania_speech.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/titanic/sound/titania_speech.h b/engines/titanic/sound/titania_speech.h
index fc55c20af5..a981029c7d 100644
--- a/engines/titanic/sound/titania_speech.h
+++ b/engines/titanic/sound/titania_speech.h
@@ -24,12 +24,15 @@
#define TITANIC_TITANIA_SPEECH_H
#include "titanic/core/game_object.h"
+#include "titanic/messages/messages.h"
namespace Titanic {
class CTitaniaSpeech : public CGameObject {
-public:
+private:
int _value1, _value2;
+protected:
+ virtual bool handleEvent(const CEnterRoomMsg &msg);
public:
CLASSDEF
CTitaniaSpeech() : CGameObject(), _value1(1), _value2(0) {}