Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 654:e92bcf2573cb
Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 14:01:21 +0000 |
parents | 594422ab8f9f |
children | 8bedd6d61642 |
comparison
equal
deleted
inserted
replaced
653:1bd056de5d1b | 654:e92bcf2573cb |
---|---|
161 extern AudioBootStrap DCAUD_bootstrap; | 161 extern AudioBootStrap DCAUD_bootstrap; |
162 #endif | 162 #endif |
163 #ifdef DRENDERER_SUPPORT | 163 #ifdef DRENDERER_SUPPORT |
164 extern AudioBootStrap DRENDERER_bootstrap; | 164 extern AudioBootStrap DRENDERER_bootstrap; |
165 #endif | 165 #endif |
166 #ifdef MMEAUDIO_SUPPORT | |
167 extern AudioBootStrap MMEAUDIO_bootstrap; | |
168 #endif | |
166 | 169 |
167 /* This is the current audio device */ | 170 /* This is the current audio device */ |
168 extern SDL_AudioDevice *current_audio; | 171 extern SDL_AudioDevice *current_audio; |
169 | 172 |
170 #endif /* _SDL_sysaudio_h */ | 173 #endif /* _SDL_sysaudio_h */ |