comparison src/audio/SDL_sysaudio.h @ 1190:173c063d4f55

OS/2 port! This was mostly, if not entirely, written by "Doodle" and "Caetano": doodle@scenergy.dfmk.hu daniel@caetano.eng.br --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 23 Nov 2005 07:29:56 +0000
parents 84f930aebaeb
children c9b51268668f
comparison
equal deleted inserted replaced
1189:c96b326b90ba 1190:173c063d4f55
170 extern AudioBootStrap DRENDERER_bootstrap; 170 extern AudioBootStrap DRENDERER_bootstrap;
171 #endif 171 #endif
172 #ifdef MMEAUDIO_SUPPORT 172 #ifdef MMEAUDIO_SUPPORT
173 extern AudioBootStrap MMEAUDIO_bootstrap; 173 extern AudioBootStrap MMEAUDIO_bootstrap;
174 #endif 174 #endif
175 #ifdef __OS2__
176 extern AudioBootStrap DART_bootstrap;
177 #endif
175 178
176 /* This is the current audio device */ 179 /* This is the current audio device */
177 extern SDL_AudioDevice *current_audio; 180 extern SDL_AudioDevice *current_audio;
178 181
179 #endif /* _SDL_sysaudio_h */ 182 #endif /* _SDL_sysaudio_h */