Moved project loading logic to editor class

This commit is contained in:
Antoine Pilote
2023-09-21 11:35:00 -04:00
parent 8d323246c0
commit 3be93f7bec
5 changed files with 45 additions and 24 deletions

View File

@@ -61,6 +61,7 @@ namespace Nuake
bool ShouldDrawAxis() const { return m_DrawAxis; }
bool ShouldDrawCollision() const { return m_DebugCollisions; }
bool LoadProject(const std::string& projectPath);
private:
std::string GetEntityTypeName(const Entity& entity) const;