Make new CheckVer & GetEN compatible with linux

This commit is contained in:
Tixx
2025-06-29 10:07:34 +02:00
parent 7bef6f35c2
commit f7d3fcf925
3 changed files with 8 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
#pragma once
#include <string>
void PreGame(const beammp_fs_string& GamePath);
std::string CheckVer(const beammp_fs_string& path);
std::string CheckVer(const std::filesystem::path& path);
void InitGame(const beammp_fs_string& Dir);
beammp_fs_string GetGameDir();
void LegitimacyCheck();