1
0
Fork 0
mirror of https://github.com/HamletDuFromage/sigpatches-updater.git synced 2024-09-19 21:43:50 +01:00
sigpatches-updater/include/utils.hpp

8 lines
193 B
C++
Raw Normal View History

2020-09-12 17:12:07 +01:00
#include <regex>
#include <iostream>
std::vector<std::string> htmlProcess(std::string s, std::regex rgx);
void createTree(std::string path);
void clearConsole();
bool isArchive(const char *);