diff options
author | Tim Angus <tim@ngus.net> | 2005-12-10 02:56:06 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-12-10 02:56:06 +0000 |
commit | 08446c16acbbb9a9d12fccb21e27cfa29d076e77 (patch) | |
tree | 1dc6a6fd6c9baa4a56e01abb84601368b5de80a1 /ioq3-r437/src/SDL12/include/SDL_name.h | |
parent | 7ba4af6168b726759d45b8d9d95dbebe26aa3186 (diff) |
* Branch upstream ioq3-r437 into trunk
Diffstat (limited to 'ioq3-r437/src/SDL12/include/SDL_name.h')
-rw-r--r-- | ioq3-r437/src/SDL12/include/SDL_name.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ioq3-r437/src/SDL12/include/SDL_name.h b/ioq3-r437/src/SDL12/include/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/ioq3-r437/src/SDL12/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_ */ |