actually import files, verify that it's all working as intended

This commit is contained in:
Arisotura
2021-09-29 02:43:58 +02:00
parent 049eefe3ae
commit 51997d3bbe
2 changed files with 38 additions and 27 deletions

View File

@ -50,7 +50,7 @@ private:
void SaveIndex();
int CleanupDirectory(std::string path, int level);
bool ImportFile(const char* path, const char* in);
bool ImportFile(std::string path, std::string in);
bool BuildSubdirectory(const char* sourcedir, const char* path, int level);
bool Build(const char* sourcedir, u64 size, const char* filename);