aboutsummaryrefslogtreecommitdiff
path: root/code/SDL12/include/SDL_name.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/SDL12/include/SDL_name.h')
-rw-r--r--code/SDL12/include/SDL_name.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/code/SDL12/include/SDL_name.h b/code/SDL12/include/SDL_name.h
new file mode 100644
index 0000000..511619a
--- /dev/null
+++ b/code/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_ */