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 850b6957f8..ad2ddeb987 100644
--- a/engines/titanic/true_talk/tt_word.h
+++ b/engines/titanic/true_talk/tt_word.h
@@ -52,6 +52,11 @@ public:
TTword(TTString &str, int mode, int val2);
/**
+ * Delete any following words chained to the word
+ */
+ void deleteSiblings();
+
+ /**
* Read in a synonym for the given word
*/
int readSyn(SimpleFile *file);