SDL-mirror/src/audio/mint/SDL_mintaudio.h

16 lines
248 B
C
Raw Normal View History

/*
* 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 */