mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 10:40:46 +00:00
Fix wstring for windows and add crossplatform code for fs strings
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
|
||||
#pragma once
|
||||
#include <string>
|
||||
void PreGame(const std::wstring& GamePath);
|
||||
std::string CheckVer(const std::wstring& path);
|
||||
void InitGame(const std::wstring& Dir);
|
||||
std::wstring GetGameDir();
|
||||
void PreGame(const beammp_fs_string& GamePath);
|
||||
std::string CheckVer(const beammp_fs_string& path);
|
||||
void InitGame(const beammp_fs_string& Dir);
|
||||
beammp_fs_string GetGameDir();
|
||||
void LegitimacyCheck();
|
||||
void CheckLocalKey();
|
||||
Reference in New Issue
Block a user