aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_parser.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-21 21:01:37 -0400
committerPaul Gilbert2016-07-15 19:13:56 -0400
commit39a12288bb8343c25f244162a32e744a4fed9f6e (patch)
tree1cdb89db2f6235e0be1012b805b90271f2310afe /engines/titanic/true_talk/tt_parser.h
parent87201eed1fcbd399934751a08143f259708796dc (diff)
downloadscummvm-rg350-39a12288bb8343c25f244162a32e744a4fed9f6e.tar.gz
scummvm-rg350-39a12288bb8343c25f244162a32e744a4fed9f6e.tar.bz2
scummvm-rg350-39a12288bb8343c25f244162a32e744a4fed9f6e.zip
TITANIC: Start of considerRequests
Diffstat (limited to 'engines/titanic/true_talk/tt_parser.h')
-rw-r--r--engines/titanic/true_talk/tt_parser.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_parser.h b/engines/titanic/true_talk/tt_parser.h
index 461bcc285d..6b490f8228 100644
--- a/engines/titanic/true_talk/tt_parser.h
+++ b/engines/titanic/true_talk/tt_parser.h
@@ -32,6 +32,10 @@ namespace Titanic {
enum NumberFlag { NF_1 = 1, NF_2 = 2, NF_4 = 4, NF_8 = 8, NF_10 = 0x10 };
+enum ParserTag {
+ CHECK_COMMAND_FORM = 1
+};
+
class CScriptHandler;
class TTconcept;