22 #ifndef TITANIC_TT_QUOTES_H 23 #define TITANIC_TT_QUOTES_H 25 #include "common/scummsys.h" 26 #include "common/stream.h" 27 #include "titanic/support/string.h" 32 struct TTquotesEntry {
33 byte _tagIndex, _maxSize;
35 TTquotesEntry() : _tagIndex(0), _maxSize(0), _strP(
nullptr) {}
37 struct TTquotesLetter {
42 TTquotesLetter() : _field4(0), _field8(0) {}
45 TTquotesLetter _alphabet[26];
55 int find(
const char *startP,
const char *endP)
const;
71 int find(
const char *str)
const;
Definition: tt_quotes.h:31