comparison decoders/shn.c @ 104:103cfcb3c014

Updated to fix build system problem.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 03 Oct 2001 18:15:52 +0000
parents c08794028df4
children 40de367eb59e
comparison
equal deleted inserted replaced
103:706ec5842737 104:103cfcb3c014
39 * Please see the file LICENSE in the source's root directory. 39 * Please see the file LICENSE in the source's root directory.
40 * 40 *
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 #include "SDL_sound.h"
45 45
46 #define __SDL_SOUND_INTERNAL__ 46 #define __SDL_SOUND_INTERNAL__
47 #include "SDL_sound_internal.h" 47 #include "SDL_sound_internal.h"
48
49 #if (defined SOUND_SUPPORTS_SHN)
48 50
49 #include <stdio.h> 51 #include <stdio.h>
50 #include <stdlib.h> 52 #include <stdlib.h>
51 #include <string.h> 53 #include <string.h>
52 #include <assert.h> 54 #include <assert.h>
53 #include "SDL_sound.h"
54 55
55 56
56 static int SHN_init(void); 57 static int SHN_init(void);
57 static void SHN_quit(void); 58 static void SHN_quit(void);
58 static int SHN_open(Sound_Sample *sample, const char *ext); 59 static int SHN_open(Sound_Sample *sample, const char *ext);