mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-06 07:46:18 +00:00
add specify a config file as argument
This commit is contained in:
@@ -98,9 +98,9 @@ class ShutdownException : public std::runtime_error {
|
||||
};
|
||||
|
||||
struct UIData {
|
||||
static inline std::string GamePath, ProfilePath, CachePath, Build, PublicKey, UserRole, Username, GameVer;
|
||||
static inline bool LoginAuth{false}, Console{false};
|
||||
static inline std::string GamePath, ProfilePath, CachePath, Build, PublicKey, UserRole, Username, GameVer, ConfigPath;
|
||||
static inline bool LoginAuth{false}, Console{false}, UI;
|
||||
};
|
||||
|
||||
void UpdateKey(const std::string& newKey);
|
||||
void entry();
|
||||
int entry();
|
||||
|
||||
Reference in New Issue
Block a user