Mercurial > SDL_sound_CoreAudio
comparison playsound/playsound_simple.c @ 504:6455549cd562
Clean up gcc4 compiler warnings.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sat, 17 Dec 2005 18:46:20 +0000 |
parents | 355129c687b7 |
children | 6ae286a80da5 |
comparison
equal
deleted
inserted
replaced
503:a0297d442b6a | 504:6455549cd562 |
---|---|
23 * | 23 * |
24 * Please see the file COPYING in the source's root directory. | 24 * Please see the file COPYING in the source's root directory. |
25 * | 25 * |
26 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 26 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) |
27 */ | 27 */ |
28 | |
29 #include <stdio.h> | |
30 #include <stdlib.h> | |
28 | 31 |
29 #include "SDL.h" | 32 #include "SDL.h" |
30 #include "SDL_sound.h" | 33 #include "SDL_sound.h" |
31 | 34 |
32 /* global decoding state. */ | 35 /* global decoding state. */ |