comparison src/audio/mint/SDL_mintaudio.h @ 1361:19418e4422cb

New configure-based build system. Still work in progress, but much improved
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Feb 2006 10:11:48 +0000
parents 12c49532be00
children d910939febfa
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
27 */ 27 */
28 28
29 #ifndef _SDL_mintaudio_h 29 #ifndef _SDL_mintaudio_h
30 #define _SDL_mintaudio_h 30 #define _SDL_mintaudio_h
31 31
32 #include "SDL_sysaudio.h" 32 #include "../SDL_sysaudio.h"
33 #include "SDL_mintaudio_stfa.h" 33 #include "SDL_mintaudio_stfa.h"
34 34
35 /* Hidden "this" pointer for the audio functions */ 35 /* Hidden "this" pointer for the audio functions */
36 #define _THIS SDL_AudioDevice *this 36 #define _THIS SDL_AudioDevice *this
37 37