aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-12-02 17:16:00 +1100
committerPaul Gilbert2012-12-02 17:16:00 +1100
commit5cd2633b3bf4ce80517afc9de618278e4f004d85 (patch)
treeaff48a60f3b6df834ababda7a18c46b7fe29cf56 /engines/hopkins/sound.h
parentd45b22f822187c2e23c9645986862c2edde2016b (diff)
downloadscummvm-rg350-5cd2633b3bf4ce80517afc9de618278e4f004d85.tar.gz
scummvm-rg350-5cd2633b3bf4ce80517afc9de618278e4f004d85.tar.bz2
scummvm-rg350-5cd2633b3bf4ce80517afc9de618278e4f004d85.zip
HOPKINS: Initial implementation of new codec for Windows APC sound files
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h4
1 files changed, 4 insertions, 0 deletions
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;