aboutsummaryrefslogtreecommitdiff
path: root/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/sound.h')
-rw-r--r--kyra/sound.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/kyra/sound.h b/kyra/sound.h
index 150ee4c927..7af201cd9f 100644
--- a/kyra/sound.h
+++ b/kyra/sound.h
@@ -141,6 +141,14 @@ protected:
Audio::Mixer *_mixer;
AudioStream *_currentVocFile;
Audio::SoundHandle _vocHandle;
+ Common::File _compressHandle;
+
+ struct SpeechCodecs {
+ const char *fileext;
+ AudioStream *(*streamFunc)(Common::File*, uint32);
+ };
+
+ static const SpeechCodecs _supportedCodes[];
};
} // end of namespace Kyra