Mercurial > SDL_sound_CoreAudio
comparison decoders/au.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 | e683cb99f88f |
children | fb519e6028e3 |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
34 #ifdef SOUND_SUPPORTS_AU | 34 #ifdef SOUND_SUPPORTS_AU |
35 | 35 |
36 #include <stdio.h> | 36 #include <stdio.h> |
37 #include <stdlib.h> | 37 #include <stdlib.h> |
38 #include <string.h> | 38 #include <string.h> |
39 #include <assert.h> | |
40 | 39 |
41 #include "SDL_sound.h" | 40 #include "SDL_sound.h" |
42 | 41 |
43 #define __SDL_SOUND_INTERNAL__ | 42 #define __SDL_SOUND_INTERNAL__ |
44 #include "SDL_sound_internal.h" | 43 #include "SDL_sound_internal.h" |