comparison src/audio/SDL_sysaudio.h @ 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 3ad7157c6cfa
children ae6e6b73333f
comparison
equal deleted inserted replaced
67:3647c809813d 68:ac6645260d31
138 extern AudioBootStrap SNDMGR_bootstrap; 138 extern AudioBootStrap SNDMGR_bootstrap;
139 #endif 139 #endif
140 #ifdef ENABLE_AHI 140 #ifdef ENABLE_AHI
141 extern AudioBootStrap AHI_bootstrap; 141 extern AudioBootStrap AHI_bootstrap;
142 #endif 142 #endif
143 #ifdef DISKAUD_SUPPORT
144 extern AudioBootStrap DISKAUD_bootstrap;
145 #endif
143 146
144 /* This is the current audio device */ 147 /* This is the current audio device */
145 extern SDL_AudioDevice *current_audio; 148 extern SDL_AudioDevice *current_audio;
146 149
147 #endif /* _SDL_sysaudio_h */ 150 #endif /* _SDL_sysaudio_h */