aboutsummaryrefslogtreecommitdiff
path: root/sound/wave.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/wave.h')
-rw-r--r--sound/wave.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/sound/wave.h b/sound/wave.h
index 5387865bcf..37b390c934 100644
--- a/sound/wave.h
+++ b/sound/wave.h
@@ -41,7 +41,13 @@ class AudioStream;
* necessary for playback. Currently this function only supports uncompressed
* raw PCM data as well as IMA ADPCM.
*/
-extern bool loadWAVFromStream(Common::SeekableReadStream &stream, int &size, int &rate, byte &flags, uint16 *wavType = 0, int *blockAlign = 0);
+extern bool loadWAVFromStream(
+ Common::SeekableReadStream &stream,
+ int &size,
+ int &rate,
+ byte &flags,
+ uint16 *wavType = 0,
+ int *blockAlign = 0);
/**
* Try to load a WAVE from the given seekable stream and create an AudioStream