From 51226842c8f63ffa65c397906ad7aed9dd3d9ca9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 5 Jun 2016 00:10:54 -0400 Subject: TITANIC: Start of new TTvocabTree class; added load method --- engines/titanic/true_talk/true_talk_manager.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/true_talk/true_talk_manager.h') diff --git a/engines/titanic/true_talk/true_talk_manager.h b/engines/titanic/true_talk/true_talk_manager.h index 754a9955ca..ad378af9fc 100644 --- a/engines/titanic/true_talk/true_talk_manager.h +++ b/engines/titanic/true_talk/true_talk_manager.h @@ -28,6 +28,7 @@ #include "titanic/true_talk/dialogue_file.h" #include "titanic/true_talk/title_engine.h" #include "titanic/true_talk/tt_quotes.h" +#include "titanic/true_talk/tt_quotes_tree.h" #include "titanic/true_talk/tt_scripts.h" #include "titanic/true_talk/tt_talker.h" @@ -131,6 +132,7 @@ public: static void setFlags(int index, int val); public: TTquotes _quotes; + TTquotesTree _quotesTree; public: /** * Get a specified state value from the currently set NPC -- cgit v1.2.3