postBodyFree function
Implementation
void postBodyFree(Pointer<cpBody> body, Pointer<Void> space, int unused) {
bindings.cpSpaceAddPostStepCallback(space as Pointer<cpSpace>, Pointer.fromFunction(bodyFreeWrap), body.cast<Void>(), nullptr, 0);
}
void postBodyFree(Pointer<cpBody> body, Pointer<Void> space, int unused) {
bindings.cpSpaceAddPostStepCallback(space as Pointer<cpSpace>, Pointer.fromFunction(bodyFreeWrap), body.cast<Void>(), nullptr, 0);
}