comparison decoders/shn.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 155ab2a427ca
children c08794028df4
comparison
equal deleted inserted replaced
99:3f0beddfd9c9 100:6d9fdec2f708
41 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 41 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
42 */ 42 */
43 43
44 #if (defined SOUND_SUPPORTS_SHN) 44 #if (defined SOUND_SUPPORTS_SHN)
45 45
46 #define __SDL_SOUND_INTERNAL__
47 #include "SDL_sound_internal.h"
48
46 #include <stdio.h> 49 #include <stdio.h>
47 #include <stdlib.h> 50 #include <stdlib.h>
48 #include <string.h> 51 #include <string.h>
49 #include <assert.h> 52 #include <assert.h>
50 #include "SDL_sound.h" 53 #include "SDL_sound.h"
51 54
52 #define __SDL_SOUND_INTERNAL__
53 #include "SDL_sound_internal.h"
54 55
55 static int SHN_init(void); 56 static int SHN_init(void);
56 static void SHN_quit(void); 57 static void SHN_quit(void);
57 static int SHN_open(Sound_Sample *sample, const char *ext); 58 static int SHN_open(Sound_Sample *sample, const char *ext);
58 static void SHN_close(Sound_Sample *sample); 59 static void SHN_close(Sound_Sample *sample);