Now generating layouts with corridoors

This commit is contained in:
2024-12-08 19:16:06 +03:00
parent d46401b973
commit 5d4c653c9a
17 changed files with 901 additions and 1122 deletions

View File

@@ -6,6 +6,8 @@
struct growth_module {
void grow_cell(flecs::entity seed_e, int id);
void commit_growth_queue(flecs::world &&world);
void mark_cells(flecs::world &&ecs_);
void mark_doors(flecs::world &&ecs_);
growth_module(flecs::world &ecs);
};