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