Mercurial > sdl-ios-xcode
comparison src/audio/ums/SDL_umsaudio.c @ 3809:7852b5b78af5 SDL-ryan-multiple-audio-device
Cleaning out SDL_audiodev.c and related references ...
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 05 Oct 2006 01:13:47 +0000 |
parents | c8b3d3d13ed1 |
children | 332a59e39ce1 |
comparison
equal
deleted
inserted
replaced
3808:e630f5fe29d8 | 3809:7852b5b78af5 |
---|---|
34 #include <sys/stat.h> | 34 #include <sys/stat.h> |
35 #include <sys/mman.h> | 35 #include <sys/mman.h> |
36 | 36 |
37 #include "SDL_audio.h" | 37 #include "SDL_audio.h" |
38 #include "../SDL_audio_c.h" | 38 #include "../SDL_audio_c.h" |
39 #include "../SDL_audiodev_c.h" | |
40 #include "SDL_umsaudio.h" | 39 #include "SDL_umsaudio.h" |
41 | 40 |
42 /* The tag name used by UMS audio */ | 41 /* The tag name used by UMS audio */ |
43 #define UMS_DRIVER_NAME "ums" | 42 #define UMS_DRIVER_NAME "ums" |
44 | 43 |