From 5cd2633b3bf4ce80517afc9de618278e4f004d85 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 2 Dec 2012 17:16:00 +1100 Subject: HOPKINS: Initial implementation of new codec for Windows APC sound files --- engines/hopkins/sound.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/hopkins/sound.h') diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h index fa0a5419a2..75cb29789c 100644 --- a/engines/hopkins/sound.h +++ b/engines/hopkins/sound.h @@ -107,6 +107,10 @@ private: */ void checkVoices(); + /** + * Creates an audio stream based on a passed raw stream + */ + Audio::RewindableAudioStream *makeSoundStream(Common::SeekableReadStream *stream); public: int SPECIAL_SOUND; int SOUNDVOL; -- cgit v1.2.3