From ec5e8ed5b39f32c0fffc909c7b086332f627f4ac Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Sun, 25 Sep 2022 20:39:27 +0300 Subject: [PATCH] v2.0.80 --- src/Startup.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Startup.cpp b/src/Startup.cpp index a21d5a1..9bf3473 100755 --- a/src/Startup.cpp +++ b/src/Startup.cpp @@ -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);