Mercurial > SDL_sound_CoreAudio
comparison decoders/voc.c @ 377:cbb15ecf423a
WinCE (PocketPC) patches from Tyler.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 02 Jul 2002 03:58:24 +0000 |
parents | f6475949cd59 |
children | 9efb760c4a6b |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
44 #ifdef SOUND_SUPPORTS_VOC | 44 #ifdef SOUND_SUPPORTS_VOC |
45 | 45 |
46 #include <stdio.h> | 46 #include <stdio.h> |
47 #include <stdlib.h> | 47 #include <stdlib.h> |
48 #include <string.h> | 48 #include <string.h> |
49 #include <assert.h> | |
50 | 49 |
51 #include "SDL_sound.h" | 50 #include "SDL_sound.h" |
52 | 51 |
53 #define __SDL_SOUND_INTERNAL__ | 52 #define __SDL_SOUND_INTERNAL__ |
54 #include "SDL_sound_internal.h" | 53 #include "SDL_sound_internal.h" |