mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
Switch to wstring for paths on windows
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user