comparison playsound/playsound_simple.c @ 506:6ae286a80da5

Whoops, didn't actually fix the gcc4 warnings last time.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:49:41 +0000
parents 6455549cd562
children 50bb9a6cebfe
comparison
equal deleted inserted replaced
504:6455549cd562 506:6ae286a80da5
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. */