mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-12-02 08:29:15 +00:00
3 lines
No EOL
104 B
C++
Executable file
3 lines
No EOL
104 B
C++
Executable file
namespace inst::zip {
|
|
bool extractFile(const std::string filename, const std::string destination);
|
|
} |