diff src/audio/SDL_sysaudio.h @ 630:550bccdf04bd

Added initial support for RISC OS (thanks Peter Naulls!)
author Sam Lantinga <slouken@libsdl.org>
date Thu, 29 May 2003 04:44:13 +0000
parents dad72daf44b3
children 594422ab8f9f
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h	Thu May 29 04:37:17 2003 +0000
+++ b/src/audio/SDL_sysaudio.h	Thu May 29 04:44:13 2003 +0000
@@ -156,6 +156,9 @@
 #ifdef ENABLE_DC
 extern AudioBootStrap DCAUD_bootstrap;
 #endif
+#ifdef DRENDERER_SUPPORT
+extern AudioBootStrap DRENDERER_bootstrap;
+#endif
 
 /* This is the current audio device */
 extern SDL_AudioDevice *current_audio;