aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_word.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-21 23:57:32 -0400
committerPaul Gilbert2016-07-15 19:14:05 -0400
commit46bb597ba21cb04b85f0b7010817fe329848b817 (patch)
treef62cf08b113ba335f6fdd6c91d1149b6ed7eade1 /engines/titanic/true_talk/tt_word.h
parent006c98cfa425a99aff2e7fa9f2ae426fa8992f51 (diff)
downloadscummvm-rg350-46bb597ba21cb04b85f0b7010817fe329848b817.tar.gz
scummvm-rg350-46bb597ba21cb04b85f0b7010817fe329848b817.tar.bz2
scummvm-rg350-46bb597ba21cb04b85f0b7010817fe329848b817.zip
TITANIC: New TTconcept constructor
Diffstat (limited to 'engines/titanic/true_talk/tt_word.h')
-rw-r--r--engines/titanic/true_talk/tt_word.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_word.h b/engines/titanic/true_talk/tt_word.h
index fa7f31ef75..f7550b4c0a 100644
--- a/engines/titanic/true_talk/tt_word.h
+++ b/engines/titanic/true_talk/tt_word.h
@@ -115,6 +115,11 @@ public:
operator const char *() const { return c_str(); }
/**
+ * Compares the word's text to a passed string
+ */
+ bool compareTo(const char *str) const;
+
+ /**
* Return the status of the word
*/
TTstringStatus getStatus() const { return _status; }