diff alt_audio_convert.h @ 441:5b00e43ec23c

Patches to make SDL_sound more Visual C happy.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 31 Jan 2003 01:53:12 +0000
parents a65440b3a057
children 45ee760a6f5a
line wrap: on
line diff
--- a/alt_audio_convert.h	Sun Jan 12 22:06:38 2003 +0000
+++ b/alt_audio_convert.h	Fri Jan 31 01:53:12 2003 +0000
@@ -76,15 +76,9 @@
 #define SNDDECLSPEC DECLSPEC
 #endif
 
-extern SNDDECLSPEC int Sound_ConvertAudio( Sound_AudioCVT *Data );
-
 extern SNDDECLSPEC int Sound_AltConvertAudio( Sound_AudioCVT *Data,
     Uint8* buffer, int length, int mode );
 
-extern SNDDECLSPEC int Sound_BuildAudioCVT( Sound_AudioCVT *Data,
-   Uint16 src_format, Uint8 src_channels, int src_rate,
-   Uint16 dst_format, Uint8 dst_channels, int dst_rate, Uint32 bufsize );
-
 extern SNDDECLSPEC int Sound_AltBuildAudioCVT( Sound_AudioCVT *Data,
    SDL_AudioSpec src, SDL_AudioSpec dst );