This commit is contained in:
Anonymous275 2022-09-25 20:39:27 +03:00
parent 5655164e60
commit ec5e8ed5b3

View File

@ -31,6 +31,7 @@ std::string GetVer(){
std::string GetPatch(){
return ".80";
}
std::string GetEP(char*P){
static std::string Ret = [&](){
std::string path(P);