aboutsummaryrefslogtreecommitdiff
path: root/sound/voc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/voc.h')
-rw-r--r--sound/voc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/voc.h b/sound/voc.h
index 5768be2c19..f29e804b4e 100644
--- a/sound/voc.h
+++ b/sound/voc.h
@@ -26,6 +26,8 @@
#include "stdafx.h"
#include "common/scummsys.h"
+class File;
+
#if !defined(__GNUC__)
#pragma START_PACK_STRUCTS
#endif
@@ -53,5 +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 *loadVocSample(File *file, int32 &size, int &rate);
#endif