changeset 293 | 585a7e1285ae |
child 294 | d2d48e10f370 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/include/SDL_name.h Tue Mar 05 23:19:37 2002 +0000 @@ -0,0 +1,13 @@ + +#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_ */