Added Alien Blaster project with SDL for Android

This commit is contained in:
pelya
2009-12-01 11:29:28 +02:00
parent 2134f8a8fa
commit a73d367531
1336 changed files with 345356 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_ */