Fixed lots of problems

This commit is contained in:
2024-10-31 23:15:04 +03:00
parent f59f2dce09
commit 7b87d9bea6
6 changed files with 550 additions and 434 deletions

View File

@@ -49,6 +49,6 @@ public:
void create_interior_tilemap(const String &layout_name);
int get_layout_count() const;
struct graph_module {
graph_module(flecs::world ecs);
graph_module(flecs::world &ecs);
};
};