Mercurial > sdl-ios-xcode
comparison src/audio/dc/SDL_dcaudio.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 |
---|---|
30 #include <fcntl.h> | 30 #include <fcntl.h> |
31 | 31 |
32 | 32 |
33 #include "SDL_timer.h" | 33 #include "SDL_timer.h" |
34 #include "SDL_audio.h" | 34 #include "SDL_audio.h" |
35 #include "SDL_audiomem.h" | 35 #include "../SDL_audiomem.h" |
36 #include "SDL_audio_c.h" | 36 #include "../SDL_audio_c.h" |
37 #include "SDL_audiodev_c.h" | 37 #include "../SDL_audiodev_c.h" |
38 #include "SDL_dcaudio.h" | 38 #include "SDL_dcaudio.h" |
39 | 39 |
40 #include "aica.h" | 40 #include "aica.h" |
41 #include <dc/spu.h> | 41 #include <dc/spu.h> |
42 | 42 |