Mercurial > sdl-ios-xcode
comparison src/audio/mme/SDL_mmeaudio.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 | d73be99e9420 |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
22 | 22 |
23 /* Allow access to a raw mixing buffer */ | 23 /* Allow access to a raw mixing buffer */ |
24 | 24 |
25 #ifndef _SDL_lowaudio_h | 25 #ifndef _SDL_lowaudio_h |
26 #define _SDL_lowaudio_h | 26 #define _SDL_lowaudio_h |
27 #include "SDL_sysaudio.h" | 27 |
28 #include "../SDL_sysaudio.h" | |
28 | 29 |
29 /* Hidden "this" pointer for the video functions */ | 30 /* Hidden "this" pointer for the video functions */ |
30 #define _THIS SDL_AudioDevice *this | 31 #define _THIS SDL_AudioDevice *this |
31 #define NUM_BUFFERS 2 | 32 #define NUM_BUFFERS 2 |
32 | 33 |