box selection

This commit is contained in:
2023-02-05 23:42:36 +00:00
parent 01eb56d42d
commit f4d08bcacb
7 changed files with 103 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ void toggleprefab(struct gameobject *go);
struct gameobject *get_gameobject_from_id(int id);
struct gameobject *id2go(int id);
int id_from_gameobject(struct gameobject *go);
int body2id(cpBody *body);
void go_shape_apply(cpBody *body, cpShape *shape, struct gameobject *go);