Mercurial > sdl-ios-xcode
diff src/audio/SDL_sysaudio.h @ 654:e92bcf2573cb
Added audio and CD-ROM support for OSF/Tru64 (thanks Hayashi!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jul 2003 14:01:21 +0000 |
parents | 594422ab8f9f |
children | 8bedd6d61642 |
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h Tue Jul 22 05:29:48 2003 +0000 +++ b/src/audio/SDL_sysaudio.h Tue Jul 22 14:01:21 2003 +0000 @@ -163,6 +163,9 @@ #ifdef DRENDERER_SUPPORT extern AudioBootStrap DRENDERER_bootstrap; #endif +#ifdef MMEAUDIO_SUPPORT +extern AudioBootStrap MMEAUDIO_bootstrap; +#endif /* This is the current audio device */ extern SDL_AudioDevice *current_audio;