Reworked region creation

This commit is contained in:
2024-11-16 11:42:25 +03:00
parent abd814eba2
commit 74afcaf126
4 changed files with 43 additions and 72 deletions

View File

@@ -50,8 +50,6 @@ public:
flecs::entity get_layout_grid_base();
flecs::entity get_layout_base();
flecs::entity create_cell(flecs::entity floor_e,
flecs::entity region_e, int id);
bool have_cell(flecs::entity floor_e, int id);
void grow_cell(flecs::entity seed_e, int id);
void queue_grow_cell(flecs::entity seed_e, int id);