From 7c3eb2d6dbe2d99a868de887c37dd06aa8fd068a Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 29 Nov 2008 10:19:00 +0000 Subject: made sdl like a little bampack --- other/sdl/include/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 other/sdl/include/SDL_name.h (limited to 'other/sdl/include/SDL_name.h') 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_ */ -- cgit 1.4.1