diff options
Diffstat (limited to 'engines/titanic/true_talk/tt_npc_script.h')
-rw-r--r-- | engines/titanic/true_talk/tt_npc_script.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/true_talk/tt_npc_script.h b/engines/titanic/true_talk/tt_npc_script.h index 2bd4e6dae3..ab4379bf60 100644 --- a/engines/titanic/true_talk/tt_npc_script.h +++ b/engines/titanic/true_talk/tt_npc_script.h @@ -266,6 +266,12 @@ protected: bool fn10(bool flag); + static bool sentence2C(TTsentence *sentence); + + /** + * Gets the True Talk state value + */ + bool getStateValue() const; public: static void init(); static void deinit(); |