added project loader
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user