diff 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
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Sat Oct 05 16:27:56 2002 +0000
+++ b/src/audio/SDL_sysaudio.h	Sat Oct 05 16:50:56 2002 +0000
@@ -153,6 +153,9 @@
 #ifdef DISKAUD_SUPPORT
 extern AudioBootStrap DISKAUD_bootstrap;
 #endif
+#ifdef ENABLE_DC
+extern AudioBootStrap DCAUD_bootstrap;
+#endif
 
 /* This is the current audio device */
 extern SDL_AudioDevice *current_audio;