duplicate methods whoops

This commit is contained in:
2026-06-02 10:23:06 -03:00
parent 52f335ef5e
commit cfc8abe05c

View File

@@ -242,10 +242,3 @@ JNIEXPORT jobject JNICALL Java_org_neoflock_NeoNucleus_NativeBindings_nn_1tickSy
NULLPTR_CHECK(nnPC, nn_Computer);
return Carbon::Map::To_nn_Exit(env, nn_tickSynchronized(nnPC));
}
JNIEXPORT jobject JNICALL Java_org_neoflock_NeoNucleus_NativeBindings_nn_1getComputerState
(JNIEnv * env, jclass, jobject computer) {
nn_Computer* nnPC = (nn_Computer*) Carbon::PointerBacked::GetPointer(env, computer);
NULLPTR_CHECK(nnPC, nn_Computer);
return Carbon::Map::To_nn_ComputerState(env, nn_getComputerState(nnPC));
}