Convert GetGamePath() to fs::path

This commit is contained in:
Tixx
2025-06-08 14:01:23 +02:00
parent e0257e9526
commit 9c53f86593
4 changed files with 25 additions and 25 deletions

View File

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