1
0
mirror of https://github.com/Relintai/sdl2_frt.git synced 2025-01-07 18:39:37 +01:00
sdl2_frt/include/SDL_name.h
2013-11-29 10:06:08 -03:00

12 lines
183 B
C

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