Properly kill gameobjects, sprites, physics shapes

This commit is contained in:
2023-01-13 14:05:36 +00:00
parent e0b7d6459d
commit d2cbc61164
10 changed files with 116 additions and 81 deletions

View File

@@ -31,5 +31,6 @@ struct inputaction
};
void set_pawn(void *pawn);
void remove_pawn(void *pawn);
#endif