aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/sound.h')
-rw-r--r--engines/mortevielle/sound.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mortevielle/sound.h b/engines/mortevielle/sound.h
index 15b4667afa..0508d1d4c3 100644
--- a/engines/mortevielle/sound.h
+++ b/engines/mortevielle/sound.h
@@ -31,6 +31,9 @@
#include "audio/mixer.h"
#include "common/mutex.h"
#include "common/queue.h"
+#ifdef USE_TTS
+#include "common/text-to-speech.h"
+#endif
namespace Audio {
class QueuingAudioStream;
@@ -91,6 +94,9 @@ public:
~SoundManager();
Audio::Mixer *_mixer;
+#ifdef USE_TTS
+ Common::TextToSpeechManager *_ttsMan;
+#endif //USE_TTS
Audio::SoundHandle _soundHandle;
uint16 *_cfiphBuffer;