diff include/SDL_name.h @ 293:585a7e1285ae

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Tue, 05 Mar 2002 23:19:37 +0000
parents
children d2d48e10f370
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/SDL_name.h	Tue Mar 05 23:19:37 2002 +0000
@@ -0,0 +1,13 @@
+
+#ifndef _SDLname_h_
+#define _SDLname_h_
+
+#if defined(__STDC__) || defined(__cplusplus)
+#define NeedFunctionPrototypes 1
+#endif
+
+#ifndef SDL_NAME
+#define SDL_NAME(X)	SDL_##X
+#endif
+
+#endif /* _SDLname_h_ */