Mercurial > sdl-ios-xcode
comparison src/audio/disk/SDL_diskaudio.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | d02b552e5304 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
33 #include <sys/types.h> | 33 #include <sys/types.h> |
34 #include <sys/stat.h> | 34 #include <sys/stat.h> |
35 #include <fcntl.h> | 35 #include <fcntl.h> |
36 | 36 |
37 | 37 |
38 #include "SDL_stdlib.h" | 38 #include "SDL_timer.h" |
39 #include "SDL_string.h" | |
40 #include "SDL_audio.h" | 39 #include "SDL_audio.h" |
41 #include "SDL_error.h" | |
42 #include "SDL_audiomem.h" | 40 #include "SDL_audiomem.h" |
43 #include "SDL_audio_c.h" | 41 #include "SDL_audio_c.h" |
44 #include "SDL_timer.h" | |
45 #include "SDL_audiodev_c.h" | 42 #include "SDL_audiodev_c.h" |
46 #include "SDL_diskaudio.h" | 43 #include "SDL_diskaudio.h" |
47 | 44 |
48 /* The tag name used by DISK audio */ | 45 /* The tag name used by DISK audio */ |
49 #define DISKAUD_DRIVER_NAME "disk" | 46 #define DISKAUD_DRIVER_NAME "disk" |