comparison src/audio/SDL_audio_c.h @ 1895:c121d94672cb

SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 10 Jul 2006 21:04:37 +0000
parents 290b5baf2fca
children 3b4ce57c6215
comparison
equal deleted inserted replaced
1894:c69cee13dd76 1895:c121d94672cb
26 /* Functions to get a list of "close" audio formats */ 26 /* Functions to get a list of "close" audio formats */
27 extern Uint16 SDL_FirstAudioFormat(Uint16 format); 27 extern Uint16 SDL_FirstAudioFormat(Uint16 format);
28 extern Uint16 SDL_NextAudioFormat(void); 28 extern Uint16 SDL_NextAudioFormat(void);
29 29
30 /* Function to calculate the size and silence for a SDL_AudioSpec */ 30 /* Function to calculate the size and silence for a SDL_AudioSpec */
31 extern void SDL_CalculateAudioSpec(SDL_AudioSpec *spec); 31 extern void SDL_CalculateAudioSpec(SDL_AudioSpec * spec);
32 32
33 /* The actual mixing thread function */ 33 /* The actual mixing thread function */
34 extern int SDLCALL SDL_RunAudio(void *audiop); 34 extern int SDLCALL SDL_RunAudio(void *audiop);
35 /* vi: set ts=4 sw=4 expandtab: */