From 89caddc217bc417128fbbdabc48a665acf338e03 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 17 May 2016 23:07:36 -0400 Subject: TITANIC: Beginning of TTparser findFrames --- engines/titanic/true_talk/tt_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/titanic/true_talk/tt_parser.h') diff --git a/engines/titanic/true_talk/tt_parser.h b/engines/titanic/true_talk/tt_parser.h index da63336783..fcf39ea822 100644 --- a/engines/titanic/true_talk/tt_parser.h +++ b/engines/titanic/true_talk/tt_parser.h @@ -128,6 +128,8 @@ public: * all the words, and replcaing common slang with their full equivalents */ int preprocess(TTsentence *sentence); + + int findFrames(TTsentence *sentence); }; } // End of namespace Titanic -- cgit v1.2.3