40 int firstBit(byte data);
41 int lastBit(byte data);
43 void reverseByte(byte *data);
49 void notifyBox(
const Common::String &msg, TtsOptions ttsOptions = kTtsReplaceNewlines);
68 char *hugo_strlwr(
char *buffer);
74 void sayText(
const Common::String &text, Common::TextToSpeechManager::Action action = Common::TextToSpeechManager::INTERRUPT,
75 bool replaceNewlines =
true);
76 void sayText(
const Common::U32String &text, Common::TextToSpeechManager::Action action = Common::TextToSpeechManager::INTERRUPT);
81 void stopTextToSpeech();