aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/title_engine.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-05 23:33:26 -0400
committerPaul Gilbert2016-07-10 16:38:32 -0400
commit4d22064997b286fdf6eb179c710f2bd0ae539943 (patch)
treeb9ef62672128e3818e19daf649f5c95d817f627c /engines/titanic/true_talk/title_engine.h
parentab86c09a2f4c8ea315824bb95c58b5f33728e115 (diff)
downloadscummvm-rg350-4d22064997b286fdf6eb179c710f2bd0ae539943.tar.gz
scummvm-rg350-4d22064997b286fdf6eb179c710f2bd0ae539943.tar.bz2
scummvm-rg350-4d22064997b286fdf6eb179c710f2bd0ae539943.zip
TITANIC: Beginnings of script handler
Diffstat (limited to 'engines/titanic/true_talk/title_engine.h')
-rw-r--r--engines/titanic/true_talk/title_engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/true_talk/title_engine.h b/engines/titanic/true_talk/title_engine.h
index 71b0947012..8d32067616 100644
--- a/engines/titanic/true_talk/title_engine.h
+++ b/engines/titanic/true_talk/title_engine.h
@@ -26,14 +26,14 @@
#include "common/stream.h"
#include "common/winexe_pe.h"
#include "titanic/support/string.h"
-#include "titanic/true_talk/title_engine_sub.h"
+#include "titanic/true_talk/script_handler.h"
#include "titanic/true_talk/tt_script_base.h"
namespace Titanic {
class CTitleEngine {
protected:
- CTitleEngineSub *_sub;
+ CScriptHandler *_handler;
TTScriptBase *_script;
public:
CTitleEngine();