diff src/audio/SDL_sysaudio.h @ 935:f8d5ddc7aef1

Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX
author Sam Lantinga <slouken@libsdl.org>
date Sat, 21 Aug 2004 02:06:30 +0000
parents b8d311d90021
children 84f930aebaeb
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Fri Aug 20 22:35:23 2004 +0000
+++ b/src/audio/SDL_sysaudio.h	Sat Aug 21 02:06:30 2004 +0000
@@ -144,6 +144,9 @@
 #ifdef __BEOS__
 extern AudioBootStrap BAUDIO_bootstrap;
 #endif
+#ifdef COREAUDIO_SUPPORT
+extern AudioBootStrap COREAUDIO_bootstrap;
+#endif
 #if defined(macintosh) || TARGET_API_MAC_CARBON
 extern AudioBootStrap SNDMGR_bootstrap;
 #endif