view include/SDL_name.h @ 932:66761191fc11

Use the canonical glext.h on MacOS X as well (#define NO_SDL_GLEXT if you don't want this)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 20 Aug 2004 22:32: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_ */