1
0
Fork 0
mirror of https://github.com/HamletDuFromage/sigpatches-updater.git synced 2024-11-08 21:21:51 +00:00
sigpatches-updater/include/extract.hpp

3 lines
58 B
C++
Raw Normal View History

2020-09-12 17:12:07 +01:00
#include <unzipper.h>
bool extract(std::string filename);