mirror of
https://github.com/HamletDuFromage/sigpatches-updater.git
synced 2024-11-08 13:11:55 +00:00
8 lines
193 B
C++
8 lines
193 B
C++
|
#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 *);
|