Mercurial > SDL_sound_CoreAudio
comparison decoders/ogg.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 | aa7f6a110971 |
children | f1c16afd9ebe |
comparison
equal
deleted
inserted
replaced
376:51883cd1193e | 377:cbb15ecf423a |
---|---|
40 | 40 |
41 #include <stdio.h> | 41 #include <stdio.h> |
42 #include <stdlib.h> | 42 #include <stdlib.h> |
43 #include <string.h> | 43 #include <string.h> |
44 #include <math.h> | 44 #include <math.h> |
45 #include <assert.h> | |
46 | 45 |
47 #include "SDL_sound.h" | 46 #include "SDL_sound.h" |
48 | 47 |
49 #define __SDL_SOUND_INTERNAL__ | 48 #define __SDL_SOUND_INTERNAL__ |
50 #include "SDL_sound_internal.h" | 49 #include "SDL_sound_internal.h" |