Runtime now working

This commit is contained in:
Antoine Pilote
2023-08-08 14:24:17 -04:00
parent 88bf953102
commit 35940b3356
9 changed files with 188 additions and 72 deletions

View File

@@ -30,6 +30,7 @@ namespace Nuake
static void Scan();
static std::string AbsoluteToRelative(const std::string& path);
static std::string RelativeToAbsolute(const std::string& path);
static std::string GetParentPath(const std::string& fullPath);
static Ref<Directory> GetFileTree();
static Ref<File> GetFile(const std::string& path);