MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / cocos_android_app_init

Function cocos_android_app_init

proj.android/app/jni/main.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void cocos_android_app_init(JNIEnv* env)
41{
42 LOGD("cocos_android_app_init");
43 appDelegate.reset(new AppDelegate());
44}

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected