diff options
Diffstat (limited to 'audio/decoders/voc.h')
-rw-r--r-- | audio/decoders/voc.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/audio/decoders/voc.h b/audio/decoders/voc.h index a920eac933..e16ffce42f 100644 --- a/audio/decoders/voc.h +++ b/audio/decoders/voc.h @@ -30,8 +30,8 @@ * - touche */ -#ifndef SOUND_VOC_H -#define SOUND_VOC_H +#ifndef AUDIO_VOC_H +#define AUDIO_VOC_H #include "common/scummsys.h" #include "common/types.h" @@ -78,14 +78,6 @@ struct VocBlockHeader { extern int getSampleRateFromVOCRate(int vocSR); /** - * Try to load a VOC from the given stream. Returns a pointer to memory - * containing the PCM sample data (allocated with malloc). It is the callers - * responsibility to dellocate that data again later on! Currently this - * function only supports uncompressed raw PCM data. - */ -extern byte *loadVOCFromStream(Common::ReadStream &stream, int &size, int &rate); - -/** * Try to load a VOC from the given seekable stream and create an AudioStream * from that data. Currently this function only supports uncompressed raw PCM * data. |