Change to canonical paths for executable paths

This commit is contained in:
Vali0004
2025-07-26 10:34:58 -04:00
parent b6b0e4ba3e
commit 7a4b24d616
3 changed files with 41 additions and 8 deletions

View File

@@ -13,6 +13,7 @@
void InitLauncher();
beammp_fs_string GetEP(const beammp_fs_char* P = nullptr);
std::filesystem::path GetBP(const beammp_fs_char* P = nullptr);
std::filesystem::path GetGamePath();
std::string GetVer();
std::string GetPatch();