SDL_mintaudio.h 248 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 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 */