Add SDL2.

This commit is contained in:
rude
2013-09-25 20:15:07 +02:00
parent 60f7d8f0fe
commit c9f4f8a409
859 changed files with 310913 additions and 0 deletions
+11
View File
@@ -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_ */