Sprite and collider enabling

This commit is contained in:
2023-01-17 19:04:08 +00:00
parent db0a099509
commit 16ad36d4ce
5 changed files with 50 additions and 3 deletions

View File

@@ -97,6 +97,9 @@ void phys2d_add_handler_type(int cmd, int go, struct callee c);
void register_collide(void *sym);
void phys2d_set_gravity(cpVect v);
void shape_enable(struct phys2d_shape *shape);
void shape_disable(struct phys2d_shape *shape);
cpShape *id2shape(int id);
struct color {