diff src/audio/SDL_audio.c @ 68:ac6645260d31

Added an audio driver that writes to disk (thanks Ryan!)
author Sam Lantinga <slouken@lokigames.com>
date Sat, 16 Jun 2001 01:51:42 +0000
parents 80139f9b90d8
children ae6e6b73333f
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Sat Jun 16 01:32:09 2001 +0000
+++ b/src/audio/SDL_audio.c	Sat Jun 16 01:51:42 2001 +0000
@@ -81,7 +81,9 @@
 #ifdef ENABLE_AHI
 	&AHI_bootstrap,
 #endif
-
+#ifdef DISKAUD_SUPPORT
+	&DISKAUD_bootstrap,
+#endif
 	NULL
 };
 SDL_AudioDevice *current_audio = NULL;