comparison src/audio/dc/SDL_dcaudio.c @ 1461:11134dc42da8

Updated for Dreamcast KOS June 2005 snapshot: http://cadcdev.sourceforge.net/svn/snapshots/ http://gamedev.allusion.net/softprj/kos/dcsetup.php
author Sam Lantinga <slouken@libsdl.org>
date Thu, 02 Mar 2006 13:16:02 +0000
parents d910939febfa
children 782fd950bd46 c121d94672cb 405a192b68e7
comparison
equal deleted inserted replaced
1460:d79e6b0c2c19 1461:11134dc42da8
21 21
22 */ 22 */
23 #include "SDL_config.h" 23 #include "SDL_config.h"
24 24
25 /* Output dreamcast aica */ 25 /* Output dreamcast aica */
26
27 #include <unistd.h>
28 #include <sys/stat.h>
29 #include <sys/types.h>
30 #include <sys/stat.h>
31 #include <fcntl.h>
32
33 26
34 #include "SDL_timer.h" 27 #include "SDL_timer.h"
35 #include "SDL_audio.h" 28 #include "SDL_audio.h"
36 #include "../SDL_audiomem.h" 29 #include "../SDL_audiomem.h"
37 #include "../SDL_audio_c.h" 30 #include "../SDL_audio_c.h"