Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
183 B

  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 /* _SDLname_h_ */