MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / android_main

Function android_main

Source/Engine/Main/Android/main.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7#include "android_native_app_glue.h"
8
9void android_main(android_app* app)
10{
11 AndroidPlatform::PreInit(app);
12 Engine::Main(TEXT(""));
13}
14
15#endif

Callers 1

android_app_entryFunction · 0.85

Calls 1

MainClass · 0.50

Tested by

no test coverage detected