shapeFreeWrap function
void
shapeFreeWrap()
Implementation
void shapeFreeWrap(Pointer<cpSpace> space, Pointer<Void> shape, Pointer<Void> unused, int callbackId) {
bindings.cpSpaceRemoveShape(space, shape as Pointer<cpShape>);
bindings.cpShapeFree(shape as Pointer<cpShape>);
}