Sysdep code for Android/ARM

This was SVN commit r11075.
This commit is contained in:
Ykkrosh
2012-02-15 15:40:31 +00:00
parent f4625e69af
commit 20d23eb340
3 changed files with 128 additions and 0 deletions
+1
View File
@@ -540,6 +540,7 @@ static void RunGameOrAtlas(int argc, const char* argv[])
// so rename main() to a different symbol that the wrapper library can load
#undef main
#define main pyrogenesis_main
extern "C" __attribute__((visibility ("default"))) int main(int argc, char* argv[]);
#endif
extern "C" int main(int argc, char* argv[])