Mercurial > sdl-ios-xcode
diff src/audio/SDL_sysaudio.h @ 398:d219b0e02f5f
Added Atari audio support (thanks Patrice!)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 10 Jun 2002 20:42:53 +0000 |
parents | fd93a09655e3 |
children | dad72daf44b3 |
line wrap: on
line diff
--- a/src/audio/SDL_sysaudio.h Mon Jun 10 20:42:02 2002 +0000 +++ b/src/audio/SDL_sysaudio.h Mon Jun 10 20:42:53 2002 +0000 @@ -147,6 +147,9 @@ #ifdef ENABLE_AHI extern AudioBootStrap AHI_bootstrap; #endif +#ifdef MINTAUDIO_SUPPORT +extern AudioBootStrap MINTAUDIO_bootstrap; +#endif #ifdef DISKAUD_SUPPORT extern AudioBootStrap DISKAUD_bootstrap; #endif