Serialization work
This commit is contained in:
@@ -37,7 +37,12 @@ public:
|
||||
static Ref<Directory> RootDirectory;
|
||||
|
||||
static void Scan();
|
||||
static Ref<Directory> GetFileTree();
|
||||
static void ScanDirectory(Ref<Directory> directory);
|
||||
static void GetDirectories();
|
||||
static Ref<Directory> GetFileTree();
|
||||
|
||||
static bool DirectoryExists(const std::string path);
|
||||
static bool FileExists(const std::string path);
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user