view include/SDL_name.h @ 2013:0615fa58c0be

Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit datatypes here...
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 01 Sep 2006 19:17:05 +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_ */