comparison src/audio/SDL_audio_c.h @ 1659:14717b52abc0 SDL-1.3

Merge trunk-1.3-3
author Sam Lantinga <slouken@libsdl.org>
date Wed, 17 May 2006 08:18:28 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1658:e49147870aac 1659:14717b52abc0
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 SDL_RunAudio(void *audiop); 34 extern int SDLCALL SDL_RunAudio(void *audiop);