aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_word.h
diff options
context:
space:
mode:
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 9bdb810ae6..d9127514bb 100644
--- a/engines/titanic/true_talk/tt_word.h
+++ b/engines/titanic/true_talk/tt_word.h
@@ -79,6 +79,11 @@ public:
operator const char *() const { return c_str(); }
/**
+ * Return the status of the word
+ */
+ TTStringStatus getStatus() const { return _status; }
+
+ /**
* Creates a copy of the word
*/
virtual TTword *copy();