aboutsummaryrefslogtreecommitdiffstats
path: root/code/unix/SDL12/include/SDL_name.h
diff options
context:
space:
mode:
authorzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-30 23:25:02 +0000
committerzakk <zakk@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-08-30 23:25:02 +0000
commit7b06ec6c69448ce550a904ae47bafe8299fcbcaa (patch)
tree0f267890329924d48851a2f4d52719f857241e8d /code/unix/SDL12/include/SDL_name.h
parent2d18192eaf57af256061ffa0080868309fffe950 (diff)
downloadioquake3-aero-7b06ec6c69448ce550a904ae47bafe8299fcbcaa.tar.gz
ioquake3-aero-7b06ec6c69448ce550a904ae47bafe8299fcbcaa.zip
First version of Ryan Gorodon's SDL work:
16:24 < icculus> check that in, someone will fix it. :) git-svn-id: svn://svn.icculus.org/quake3/trunk@38 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/unix/SDL12/include/SDL_name.h')
-rw-r--r--code/unix/SDL12/include/SDL_name.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/code/unix/SDL12/include/SDL_name.h b/code/unix/SDL12/include/SDL_name.h
new file mode 100644
index 0000000..13ebcb4
--- /dev/null
+++ b/code/unix/SDL12/include/SDL_name.h
@@ -0,0 +1,12 @@
+
+#ifndef _SDLname_h_
+#define _SDLname_h_
+
+#if defined(__STDC__) || defined(__cplusplus)
+#define NeedFunctionPrototypes 1
+#endif
+
+#define SDL_NAME(X) SDL_##X
+
+#endif /* _SDLname_h_ */
+