comparison 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
comparison
equal deleted inserted replaced
397:283d348cb624 398:d219b0e02f5f
1 /*
2 * MiNT audio driver
3 *
4 * Patrice Mandin
5 */
6
7 #ifndef _SDL_mintaudio_h
8 #define _SDL_mintaudio_h
9
10 #include "SDL_sysaudio.h"
11
12 /* Hidden "this" pointer for the audio functions */
13 #define _THIS SDL_AudioDevice *this
14
15 #endif /* _SDL_mintaudio_h */