Nuke fixes

This commit is contained in:
2023-03-13 14:27:32 +00:00
parent 3018a1a188
commit 35a00c96ee
5 changed files with 27 additions and 1 deletions

View File

@@ -139,6 +139,7 @@ struct color float2color(float *fcolor);
void shape_gui(struct phys2d_shape *shape);
void phys2d_setup_handlers(int go);
int *phys2d_query_shape(struct phys2d_shape *shape);
void phys2d_reindex_body(cpBody *body);
cpVect world2go(struct gameobject *go, cpVect worldpos);