aboutsummaryrefslogtreecommitdiff
path: root/Source/Support.cpp
diff options
context:
space:
mode:
authorzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-18 20:57:33 +0000
committerzakk <zakk@5198baeb-e213-0410-be47-fc2ff85ca46f>2003-01-18 20:57:33 +0000
commit1ad773e0debb15df816376cc762a2b5acbd91235 (patch)
tree50939026af39fc85a2bcae0cb3795ca563260b87 /Source/Support.cpp
parent0f55d45a36065ca1dc79c6e34476ebf684fd1d98 (diff)
downloadblackshades-1ad773e0debb15df816376cc762a2b5acbd91235.tar.gz
Half assed vorbis support
git-svn-id: svn://svn.icculus.org/blackshades/trunk@89 5198baeb-e213-0410-be47-fc2ff85ca46f
Diffstat (limited to 'Source/Support.cpp')
-rw-r--r--Source/Support.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Support.cpp b/Source/Support.cpp
index aba29ad..f1cffdf 100644
--- a/Source/Support.cpp
+++ b/Source/Support.cpp
@@ -268,7 +268,8 @@ void alutUnloadWAV_CFH(ALenum format, void *wave, unsigned int size,
free(wave);
}
#else
-void alutLoadVorbisFile_CFH(char *filename, ALenum *format, void **wave,
+void alutLoadVorbis_LOKI_CFH(char *filename, ALenum *format, void **wave,
+
unsigned int *size, ALsizei *freq)
{
char filename1[256];
@@ -283,9 +284,9 @@ void alutLoadVorbisFile_CFH(char *filename, ALenum *format, void **wave,
*freq = freq1;
}
-void alutUnloadVorbis_CFH(ALenum format, void *wave, unsigned int size,
+/*void alutUnloadVorbis_CFH(ALenum format, void *wave, unsigned int size,
ALsizei freq)
{
free(wave);
-}
+} */
#endif