aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/true_talk/tt_parser.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-17 23:07:36 -0400
committerPaul Gilbert2016-07-15 19:12:55 -0400
commit89caddc217bc417128fbbdabc48a665acf338e03 (patch)
treeb34d1b392d8a476b9bed649ce977f002b3684d0b /engines/titanic/true_talk/tt_parser.h
parentc762308bff46ccb900fa68fc40e72e235c862d89 (diff)
downloadscummvm-rg350-89caddc217bc417128fbbdabc48a665acf338e03.tar.gz
scummvm-rg350-89caddc217bc417128fbbdabc48a665acf338e03.tar.bz2
scummvm-rg350-89caddc217bc417128fbbdabc48a665acf338e03.zip
TITANIC: Beginning of TTparser findFrames
Diffstat (limited to 'engines/titanic/true_talk/tt_parser.h')
-rw-r--r--engines/titanic/true_talk/tt_parser.h2
1 files changed, 2 insertions, 0 deletions
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