diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-11-29 10:19:00 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-11-29 10:19:00 +0000 |
| commit | 7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a (patch) | |
| tree | bba0f35ae24dbdf2d7de2071d953b2f2ff1097ad /other/sdl/include/SDL_name.h | |
| parent | 4004d13b48fd303c982dbcf7c432add64d128637 (diff) | |
| download | zcatch-7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a.tar.gz zcatch-7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a.zip | |
made sdl like a little bampack
Diffstat (limited to 'other/sdl/include/SDL_name.h')
| -rw-r--r-- | other/sdl/include/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/other/sdl/include/SDL_name.h b/other/sdl/include/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/other/sdl/include/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_ */ |