aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/voc.h')
-rw-r--r--sound/voc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/voc.h b/sound/voc.h
index f29e804b4e..0dbbba524b 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -55,7 +55,7 @@ struct VocBlockHeader {
* return the corresponding sample frequency.
*/
extern int getSampleRateFromVOCRate(int vocSR);
-extern byte *readCreativeVoc(byte *ptr, int32 &size, int &rate);
+extern byte *readCreativeVoc(byte *ptr, int32 &size, int &rate, int32 &loops);
extern byte *loadVocSample(File *file, int32 &size, int &rate);
#endif