X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=contrib%2Finclude%2FSDL2%2FSDL_name.h;fp=contrib%2Finclude%2FSDL2%2FSDL_name.h;h=d0469e1f29a7b35077d0128d047fecf02930a802;hp=0000000000000000000000000000000000000000;hb=26524b787a61cb6d8bb5f2f6925855768ac9471f;hpb=fdc6f69d40cf7e872218ec48493534cc3b85c852 diff --git a/contrib/include/SDL2/SDL_name.h b/contrib/include/SDL2/SDL_name.h new file mode 100644 index 0000000..d0469e1 --- /dev/null +++ b/contrib/include/SDL2/SDL_name.h @@ -0,0 +1,11 @@ + +#ifndef _SDLname_h_ +#define _SDLname_h_ + +#if defined(__STDC__) || defined(__cplusplus) +#define NeedFunctionPrototypes 1 +#endif + +#define SDL_NAME(X) SDL_##X + +#endif /* _SDLname_h_ */