Mercurial > SDL_sound_CoreAudio
comparison decoders/aiff.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 | d76a34316c84 |
children | fb519e6028e3 |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
48 #ifdef SOUND_SUPPORTS_AIFF | 48 #ifdef SOUND_SUPPORTS_AIFF |
49 | 49 |
50 #include <stdio.h> | 50 #include <stdio.h> |
51 #include <stdlib.h> | 51 #include <stdlib.h> |
52 #include <string.h> | 52 #include <string.h> |
53 #include <assert.h> | |
54 | 53 |
55 #include "SDL_sound.h" | 54 #include "SDL_sound.h" |
56 | 55 |
57 #define __SDL_SOUND_INTERNAL__ | 56 #define __SDL_SOUND_INTERNAL__ |
58 #include "SDL_sound_internal.h" | 57 #include "SDL_sound_internal.h" |