Switch to wstring for paths on windows

This commit is contained in:
Tixx
2024-11-13 23:39:20 +01:00
parent 676084f283
commit 5e448dc34f
12 changed files with 303 additions and 176 deletions

View File

@@ -10,9 +10,9 @@
#include <vector>
void InitLauncher();
std::string GetEP(const char* P = nullptr);
std::string GetGamePath();
std::wstring GetEP(const wchar_t* P = nullptr);
std::wstring GetGamePath();
std::string GetVer();
std::string GetPatch();
std::string GetEN();
std::wstring GetEN();
void ConfigInit();