diff options
Diffstat (limited to 'sound/voc.h')
-rw-r--r-- | sound/voc.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/voc.h b/sound/voc.h index 0dbbba524b..4eb44006b0 100644 --- a/sound/voc.h +++ b/sound/voc.h @@ -55,7 +55,8 @@ struct VocBlockHeader { * return the corresponding sample frequency. */ extern int getSampleRateFromVOCRate(int vocSR); -extern byte *readCreativeVoc(byte *ptr, int32 &size, int &rate, int32 &loops); -extern byte *loadVocSample(File *file, int32 &size, int &rate); + +extern byte *readVOCFromMemory(byte *ptr, int &size, int &rate, int &loops); +extern byte *loadVOCFile(File *file, int &size, int &rate); #endif |