diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 17:01:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 17:01:54 -0700 |
commit | 533c228e4150114c1b826bca109c9d56dca41939 (patch) | |
tree | 79619fbcaa1f3d64d3ebfe65c5684c9ab1350813 /system/include/SDL/SDL_name.h | |
parent | fc437084c77ad1ab578e3933c3b9f08ea20e2d59 (diff) |
SDL 1.3 headers
Diffstat (limited to 'system/include/SDL/SDL_name.h')
-rw-r--r-- | system/include/SDL/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/include/SDL/SDL_name.h b/system/include/SDL/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/system/include/SDL/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_ */ |