added project loader

This commit is contained in:
2026-05-14 23:16:16 -04:00
parent 2dd5f3a648
commit 0ceea230cf
10 changed files with 134 additions and 30 deletions

View File

@@ -12,6 +12,7 @@ public:
void update(EditorContext &context) override;
std::function<void(entt::entity)> create_entity;
std::function<void(std::string_view path)> open_project;
};