view include/SDL_name.h @ 293:585a7e1285ae

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 23:19:37 +0000
parents
children d2d48e10f370
line wrap: on
line source


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#ifndef SDL_NAME
#define SDL_NAME(X)	SDL_##X
#endif

#endif /* _SDLname_h_ */