mirror of
https://github.com/hax4dazy/TinWoo.git
synced 2025-02-09 19:25:05 +01:00
3 lines
103 B
C++
3 lines
103 B
C++
|
namespace inst::zip {
|
||
|
bool extractFile(const std::string filename, const std::string destination);
|
||
|
}
|