| 56 | #include <fbjni/fbjni.h> |
| 57 | |
| 58 | JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *) { |
| 59 | return facebook::jni::initialize(vm, [] { |
| 60 | NativeGodotModuleJNI::registerNatives(); |
| 61 | }); |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected