Update bundled SDL headers/libs

This commit is contained in:
Tim Angus 2013-01-21 22:40:05 +00:00
parent 42586b782b
commit b43f766141
128 changed files with 25304 additions and 12388 deletions

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_ */