mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Sysdep code for Android/ARM
This was SVN commit r11075.
This commit is contained in:
@@ -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[])
|
||||
|
||||
Reference in New Issue
Block a user