Potential default dir fix

This commit is contained in:
Anonymous275
2020-12-27 05:14:02 +02:00
parent 9f821a01f0
commit e207f2febd
4 changed files with 22 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
#include <string>
void InitLauncher(int argc, char* argv[]);
void CheckDir(int argc,char* args[]);
std::wstring GetGamePath();
std::string GetGamePath();
std::string GetVer();
std::string GetEN();
extern bool Dev;