mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
Unicode path support
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
///
|
||||
#pragma once
|
||||
#include <string>
|
||||
void PreGame(int argc, char* argv[],const std::string& GamePath);
|
||||
void PreGame(const std::string& GamePath);
|
||||
std::string CheckVer(const std::string &path);
|
||||
void InitGame(const std::string& Dir);
|
||||
std::string GetGameDir();
|
||||
|
||||
Reference in New Issue
Block a user