view src/audio/mint/SDL_mintaudio.h @ 516:6636b20693a8

Doh! Forgot to set the Win32 DLL version to 1.2.5
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Oct 2002 02:39:37 +0000
parents d219b0e02f5f
children 594422ab8f9f
line wrap: on
line source

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