aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_parser.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-27 07:41:05 -0400
committerPaul Gilbert2016-07-15 19:15:52 -0400
commit409271778e35b5089330abd589e3304f6f25064a (patch)
tree53b8116b874537fa490b7de6c44c14735ceed283 /engines/titanic/true_talk/tt_parser.h
parent1fff06e97a2d29aa94c4a5a4ee3c08f310ece0d3 (diff)
downloadscummvm-rg350-409271778e35b5089330abd589e3304f6f25064a.tar.gz
scummvm-rg350-409271778e35b5089330abd589e3304f6f25064a.tar.bz2
scummvm-rg350-409271778e35b5089330abd589e3304f6f25064a.zip
TITANIC: Added TTparser removeNode
Diffstat (limited to 'engines/titanic/true_talk/tt_parser.h')
-rw-r--r--engines/titanic/true_talk/tt_parser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_parser.h b/engines/titanic/true_talk/tt_parser.h
index 5d431114ec..95a3be42d4 100644
--- a/engines/titanic/true_talk/tt_parser.h
+++ b/engines/titanic/true_talk/tt_parser.h
@@ -164,6 +164,12 @@ private:
*/
void removeConcept(TTconcept *concept);
+ /**
+ * Detaches a node from the main node list
+ */
+ void removeNode(TTparserNode *node);
+
+
int checkForAction();
int fn2(TTword *word);
bool checkConcept2(TTconcept *concept, int conceptMode);