First version of Ryan Gorodon's SDL work:

16:24 < icculus> check that in, someone will fix it.  :)
This commit is contained in:
Zachary Slater 2005-08-30 23:25:02 +00:00
parent 1b62818a09
commit 272e3ca69f
31 changed files with 7099 additions and 1 deletions

View file

@ -0,0 +1,12 @@
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */