Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 248 Bytes

SDL_mintaudio.h

File metadata and controls

15 lines (11 loc) · 248 Bytes
 
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 */