diff options
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r-- | scumm/scumm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h index b7c45a72de..07c23e5dae 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -1096,6 +1096,7 @@ protected: byte _transText[500]; void loadLanguageBundle(); + const byte *translateTextAndPlaySpeech(const byte *ptr); public: void translateText(const byte *text, byte *trans_buff); // Used by class ScummDialog |