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, 0 insertions, 11 deletions
diff --git a/other/sdl_include/SDL_name.h b/other/sdl_include/SDL_name.h deleted file mode 100644 index 511619af..00000000 --- a/other/sdl_include/SDL_name.h +++ /dev/null @@ -1,11 +0,0 @@ - -#ifndef _SDLname_h_ -#define _SDLname_h_ - -#if defined(__STDC__) || defined(__cplusplus) -#define NeedFunctionPrototypes 1 -#endif - -#define SDL_NAME(X) SDL_##X - -#endif /* _SDLname_h_ */ |