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