Mercurial > sdl-ios-xcode
diff src/audio/mint/SDL_mintaudio.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 | |
children | 594422ab8f9f |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/audio/mint/SDL_mintaudio.h Mon Jun 10 20:42:53 2002 +0000 @@ -0,0 +1,15 @@ +/* + * MiNT audio driver + * + * Patrice Mandin + */ + +#ifndef _SDL_mintaudio_h +#define _SDL_mintaudio_h + +#include "SDL_sysaudio.h" + +/* Hidden "this" pointer for the audio functions */ +#define _THIS SDL_AudioDevice *this + +#endif /* _SDL_mintaudio_h */