00001 00002 #ifndef _SDLname_h_ 00003 #define _SDLname_h_ 00004 00005 #if defined(__STDC__) || defined(__cplusplus) 00006 #define NeedFunctionPrototypes 1 00007 #endif 00008 00009 #define SDL_NAME(X) SDL_##X 00010 00011 #endif /* _SDLname_h_ */