SDL standard library

Dependents:   H261_encoder

Revision:
0:dda4f4550403
diff -r 000000000000 -r dda4f4550403 SDL_name.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SDL_name.h	Wed Sep 07 18:46:53 2016 +0000
@@ -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_ */