Mercurial > sdl-ios-xcode
view include/SDL_name.h @ 3785:da2ea0694d11 SDL-ryan-multiple-audio-device
Ton of work on CoreAudio driver for new 1.3 features...most of the
multi-device support is wired up, and the starts of capture support, too.
All is still subject to change, and what's there is still a little flakey.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Oct 2006 05:58:44 +0000 |
parents | d2d48e10f370 |
children |
line wrap: on
line source
#ifndef _SDLname_h_ #define _SDLname_h_ #if defined(__STDC__) || defined(__cplusplus) #define NeedFunctionPrototypes 1 #endif #define SDL_NAME(X) SDL_##X #endif /* _SDLname_h_ */