Added back SDL 1.2 sources, without HW accel

This commit is contained in:
pelya
2010-07-16 17:16:21 +03:00
parent 19bc92954f
commit b2c04aedcf
692 changed files with 194800 additions and 0 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_ */