0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-18 21:31:37 +00:00
raze-gles/platform/Wii/include/SDL/SDL_name.h

12 lines
194 B
C
Raw Normal View History

#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */