Add SDL2.0.1-3742e768b536.

Note: using the same folder for future updates.
This commit is contained in:
rude
2014-02-14 18:56:29 +01:00
parent 320d1f0027
commit 001744190b
1777 changed files with 462972 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_ */