comparison decoders/raw.c @ 100:6d9fdec2f708

added config.h, added --enable-debug flag, various other changes to the build system
author fingolfin
date Wed, 03 Oct 2001 12:25:34 +0000
parents 40006625142a
children 103cfcb3c014
comparison
equal deleted inserted replaced
99:3f0beddfd9c9 100:6d9fdec2f708
38 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 38 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
39 */ 39 */
40 40
41 #ifdef SOUND_SUPPORTS_RAW 41 #ifdef SOUND_SUPPORTS_RAW
42 42
43 #define __SDL_SOUND_INTERNAL__
44 #include "SDL_sound_internal.h"
45
43 #include <stdio.h> 46 #include <stdio.h>
44 #include <stdlib.h> 47 #include <stdlib.h>
45 #include <string.h> 48 #include <string.h>
46 #include <assert.h> 49 #include <assert.h>
47 #include "SDL_sound.h" 50 #include "SDL_sound.h"
48
49 #define __SDL_SOUND_INTERNAL__
50 #include "SDL_sound_internal.h"
51 51
52 52
53 static int RAW_init(void); 53 static int RAW_init(void);
54 static void RAW_quit(void); 54 static void RAW_quit(void);
55 static int RAW_open(Sound_Sample *sample, const char *ext); 55 static int RAW_open(Sound_Sample *sample, const char *ext);