aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_sentence.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-06-09 20:03:36 -0400
committerPaul Gilbert2016-07-15 19:21:28 -0400
commitd99e06f373da39f7eda3c302619709d1e042ec8b (patch)
tree25106e870b74a2ade0cc083b54a4924e89676650 /engines/titanic/true_talk/tt_sentence.h
parent4cdd55a7f251b40b7b9b354316cf4cf3d1cc88dd (diff)
downloadscummvm-rg350-d99e06f373da39f7eda3c302619709d1e042ec8b.tar.gz
scummvm-rg350-d99e06f373da39f7eda3c302619709d1e042ec8b.tar.bz2
scummvm-rg350-d99e06f373da39f7eda3c302619709d1e042ec8b.zip
TITANIC: Added TTnpcScript checkItems
Diffstat (limited to 'engines/titanic/true_talk/tt_sentence.h')
-rw-r--r--engines/titanic/true_talk/tt_sentence.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_sentence.h b/engines/titanic/true_talk/tt_sentence.h
index f26dd35ce7..c9e8de9a7a 100644
--- a/engines/titanic/true_talk/tt_sentence.h
+++ b/engines/titanic/true_talk/tt_sentence.h
@@ -117,6 +117,8 @@ public:
bool fn4(int mode, int wordId, TTconceptNode *node);
bool isConcept34(int slotIndex, TTconceptNode *node = nullptr);
+
+ bool localWord(const char *str) const;
};
} // End of namespace Titanic