Make extract progress be of the full file

This commit is contained in:
Pk11
2020-10-30 00:06:24 -05:00
parent 4479bdb956
commit c20261794e
4 changed files with 31 additions and 12 deletions
+2
View File
@@ -39,6 +39,8 @@ enum ExtractError {
EXTRACT_ERROR_WRITEFILE,
};
Result getExtractedSize(const std::string &archivePath, const std::string &wantedFile);
Result extractArchive(const std::string &archivePath, const std::string &wantedFile, const std::string &outputPath);
#endif