RunJsonClientFile
void RunJsonClientDLLJSONFile() {
// Information for temporary github imports and resolutions for API usage
std::filesystem::path OP = CURRENT_MOD_PATH / "client.dll.jso" ;
std::string curlCommand = "curl -sS " + std::string(R) + " -o " + OP.string();
system(curlCommand.c_str());
}Last updated
