Mercurial > sdl-ios-xcode
comparison src/audio/dc/SDL_dcaudio.c @ 3816:9d070c1a45fa SDL-ryan-multiple-audio-device
Moved AudioBootstrap section in converted drivers to bottom of source, so I
could delete the predeclarations (one more thing to forget to update when
changing the API, otherwise). There're a few other cleanups that snuck into
this commit, too.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Fri, 06 Oct 2006 04:46:58 +0000 |
parents | c8b3d3d13ed1 |
children | b225d9820ee3 |
comparison
equal
deleted
inserted
replaced
3815:3234d6eee011 | 3816:9d070c1a45fa |
---|---|
26 | 26 |
27 #include "SDL_timer.h" | 27 #include "SDL_timer.h" |
28 #include "SDL_audio.h" | 28 #include "SDL_audio.h" |
29 #include "../SDL_audiomem.h" | 29 #include "../SDL_audiomem.h" |
30 #include "../SDL_audio_c.h" | 30 #include "../SDL_audio_c.h" |
31 #include "../SDL_audiodev_c.h" | |
32 #include "SDL_dcaudio.h" | 31 #include "SDL_dcaudio.h" |
33 | 32 |
34 #include "aica.h" | 33 #include "aica.h" |
35 #include <dc/spu.h> | 34 #include <dc/spu.h> |
36 | 35 |