From e5e0e22c56ed6dca6a3471b444720b76255025e0 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 14 May 2016 00:12:47 -0400 Subject: TITANIC: Beginnings of TTinput class --- engines/titanic/true_talk/tt_parser.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/titanic/true_talk/tt_parser.cpp') diff --git a/engines/titanic/true_talk/tt_parser.cpp b/engines/titanic/true_talk/tt_parser.cpp index ad40cbcad4..5bae72ce33 100644 --- a/engines/titanic/true_talk/tt_parser.cpp +++ b/engines/titanic/true_talk/tt_parser.cpp @@ -22,7 +22,12 @@ #include "titanic/true_talk/tt_parser.h" #include "titanic/true_talk/script_handler.h" +#include "titanic/true_talk/tt_input.h" namespace Titanic { +void TTparser::processInput(TTinput *input) { + warning("TODO: TTparser::processInput"); +} + } // End of namespace Titanic -- cgit v1.2.3