Mercurial > SDL_sound_CoreAudio
comparison decoders/voc.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 |
---|---|
37 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 37 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) |
38 */ | 38 */ |
39 | 39 |
40 #if (defined SOUND_SUPPORTS_VOC) | 40 #if (defined SOUND_SUPPORTS_VOC) |
41 | 41 |
42 #define __SDL_SOUND_INTERNAL__ | |
43 #include "SDL_sound_internal.h" | |
44 | |
42 #include <stdio.h> | 45 #include <stdio.h> |
43 #include <stdlib.h> | 46 #include <stdlib.h> |
44 #include <string.h> | 47 #include <string.h> |
45 #include <assert.h> | 48 #include <assert.h> |
46 #include "SDL_sound.h" | 49 #include "SDL_sound.h" |
47 | |
48 #define __SDL_SOUND_INTERNAL__ | |
49 #include "SDL_sound_internal.h" | |
50 | 50 |
51 static int VOC_init(void); | 51 static int VOC_init(void); |
52 static void VOC_quit(void); | 52 static void VOC_quit(void); |
53 static int VOC_open(Sound_Sample *sample, const char *ext); | 53 static int VOC_open(Sound_Sample *sample, const char *ext); |
54 static void VOC_close(Sound_Sample *sample); | 54 static void VOC_close(Sound_Sample *sample); |