Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 509:dad72daf44b3
Added initial support for Dreamcast (thanks HERO!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Oct 2002 16:50:56 +0000 |
parents | d219b0e02f5f |
children | 550bccdf04bd |
comparison
equal
deleted
inserted
replaced
508:9ff7e90aaa94 | 509:dad72daf44b3 |
---|---|
151 extern AudioBootStrap MINTAUDIO_bootstrap; | 151 extern AudioBootStrap MINTAUDIO_bootstrap; |
152 #endif | 152 #endif |
153 #ifdef DISKAUD_SUPPORT | 153 #ifdef DISKAUD_SUPPORT |
154 extern AudioBootStrap DISKAUD_bootstrap; | 154 extern AudioBootStrap DISKAUD_bootstrap; |
155 #endif | 155 #endif |
156 #ifdef ENABLE_DC | |
157 extern AudioBootStrap DCAUD_bootstrap; | |
158 #endif | |
156 | 159 |
157 /* This is the current audio device */ | 160 /* This is the current audio device */ |
158 extern SDL_AudioDevice *current_audio; | 161 extern SDL_AudioDevice *current_audio; |
159 | 162 |
160 #endif /* _SDL_sysaudio_h */ | 163 #endif /* _SDL_sysaudio_h */ |