diff 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
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Wed Nov 23 07:23:48 2005 +0000
+++ b/src/audio/SDL_sysaudio.h	Wed Nov 23 07:29:56 2005 +0000
@@ -172,6 +172,9 @@
 #ifdef MMEAUDIO_SUPPORT
 extern AudioBootStrap MMEAUDIO_bootstrap;
 #endif
+#ifdef __OS2__
+extern AudioBootStrap DART_bootstrap;
+#endif
 
 /* This is the current audio device */
 extern SDL_AudioDevice *current_audio;