cp_space_remove_shape function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<cpSpace>, ffi.Pointer<cpShape>)>()
external void cp_space_remove_shape(
ffi.Pointer<cpSpace> space,
ffi.Pointer<cpShape> shape,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<cpSpace>, ffi.Pointer<cpShape>)>()
external void cp_space_remove_shape(
ffi.Pointer<cpSpace> space,
ffi.Pointer<cpShape> shape,
);