aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/script_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/true_talk/script_handler.h')
-rw-r--r--engines/titanic/true_talk/script_handler.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/script_handler.h b/engines/titanic/true_talk/script_handler.h
index 93abbc3d3a..11976d902d 100644
--- a/engines/titanic/true_talk/script_handler.h
+++ b/engines/titanic/true_talk/script_handler.h
@@ -42,6 +42,9 @@ private:
int _field10;
int _inputCtr;
int _field30;
+private:
+ void handleWord1(TTstring &str);
+ void handleWord2(TTstring &str);
public:
TTparser _parser;
TTvocab *_vocab;
@@ -77,6 +80,8 @@ public:
* Sets a conversation reponse
*/
int setResponse(TTscriptBase *script, TTresponse *response);
+
+ void handleWord(TTstring &str);
};
} // End of namespace Titanic