Mercurial > SDL_sound_CoreAudio
comparison decoders/voc.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 | 6d9fdec2f708 |
children | 40de367eb59e |
comparison
equal
deleted
inserted
replaced
103:706ec5842737 | 104:103cfcb3c014 |
---|---|
35 * Please see the file LICENSE in the source's root directory. | 35 * Please see the file LICENSE in the source's root directory. |
36 * | 36 * |
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 #include "SDL_sound.h" |
41 | 41 |
42 #define __SDL_SOUND_INTERNAL__ | 42 #define __SDL_SOUND_INTERNAL__ |
43 #include "SDL_sound_internal.h" | 43 #include "SDL_sound_internal.h" |
44 | |
45 #if (defined SOUND_SUPPORTS_VOC) | |
44 | 46 |
45 #include <stdio.h> | 47 #include <stdio.h> |
46 #include <stdlib.h> | 48 #include <stdlib.h> |
47 #include <string.h> | 49 #include <string.h> |
48 #include <assert.h> | 50 #include <assert.h> |
49 #include "SDL_sound.h" | |
50 | 51 |
51 static int VOC_init(void); | 52 static int VOC_init(void); |
52 static void VOC_quit(void); | 53 static void VOC_quit(void); |
53 static int VOC_open(Sound_Sample *sample, const char *ext); | 54 static int VOC_open(Sound_Sample *sample, const char *ext); |
54 static void VOC_close(Sound_Sample *sample); | 55 static void VOC_close(Sound_Sample *sample); |