Added my Android build files to iphone branch, added #ifdef ANDROID and fixed some missed includes in sources

This commit is contained in:
pelya
2009-11-24 12:19:54 +02:00
parent 3ff5d0c693
commit 6962202361
2079 changed files with 478697 additions and 9 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_ */