comparison playsound/playsound_simple.c @ 505:a9676c2865f9 stable-1.0

Backport from devbranch: gcc4 cleanup.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 17 Dec 2005 18:47:27 +0000
parents 1b91006ebfef
children 6ae286a80da5
comparison
equal deleted inserted replaced
502:7a5ea0018285 505:a9676c2865f9
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. */