SDL_name.h 165 B

123456789101112
  1. #ifndef _SDLname_h_
  2. #define _SDLname_h_
  3. #if defined(__STDC__) || defined(__cplusplus)
  4. #define NeedFunctionPrototypes 1
  5. #endif
  6. #define SDL_NAME(X) SDL_##X
  7. #endif