MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / android_main

Function android_main

src/engine/PlatformAndroid.cpp:69–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68extern "C" int main(int argc, char** argv);
69extern "C" void android_main(android_app* _app)
70{
71 app_dummy(); // Make sure glue isn't stripped
72
73 __android_log_print(ANDROID_LOG_INFO, "REGOTH", "HolyShit you did it !");
74
75 g_App = _app;
76
77 main(NUMARGS, const_cast<char**>(ARGS));
78}
79
80
81

Callers

nothing calls this directly

Calls 1

mainFunction · 0.85

Tested by

no test coverage detected