Mercurial > sdl-ios-xcode
comparison src/audio/disk/SDL_diskaudio.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
35 #include <fcntl.h> | 35 #include <fcntl.h> |
36 | 36 |
37 | 37 |
38 #include "SDL_timer.h" | 38 #include "SDL_timer.h" |
39 #include "SDL_audio.h" | 39 #include "SDL_audio.h" |
40 #include "SDL_audiomem.h" | 40 #include "../SDL_audiomem.h" |
41 #include "SDL_audio_c.h" | 41 #include "../SDL_audio_c.h" |
42 #include "SDL_audiodev_c.h" | 42 #include "../SDL_audiodev_c.h" |
43 #include "SDL_diskaudio.h" | 43 #include "SDL_diskaudio.h" |
44 | 44 |
45 /* The tag name used by DISK audio */ | 45 /* The tag name used by DISK audio */ |
46 #define DISKAUD_DRIVER_NAME "disk" | 46 #define DISKAUD_DRIVER_NAME "disk" |
47 | 47 |