comparison playsound/playsound_simple.c @ 507:7f11a82e918e stable-1.0

Whoops, didn't actually fix the gcc4 warnings (backport from devbranch).
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:50:17 +0000
parents a9676c2865f9
children 50bb9a6cebfe
comparison
equal deleted inserted replaced
505:a9676c2865f9 507:7f11a82e918e
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 28
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h>
31 32
32 #include "SDL.h" 33 #include "SDL.h"
33 #include "SDL_sound.h" 34 #include "SDL_sound.h"
34 35
35 /* global decoding state. */ 36 /* global decoding state. */