Add SDL-2.0.1.

This commit is contained in:
rude
2013-11-02 11:34:29 +01:00
parent 8991bc2102
commit bf9c6f54e3
885 changed files with 316391 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_ */