Add callback option for extract all
This commit is contained in:
@@ -55,6 +55,8 @@ namespace OpenVulkano
|
||||
[[deprecated]] size_t ExtractRemaining(std::string_view targetDir);
|
||||
|
||||
size_t ExtractRemaining(const std::filesystem::path& targetDir);
|
||||
|
||||
size_t ExtractRemaining(const std::filesystem::path& targetDir, const std::function<void(const FileDescription&)> extractionCallback);
|
||||
|
||||
// Element wise operations
|
||||
[[nodiscard]] bool HasNext() const;
|
||||
|
||||
Reference in New Issue
Block a user