mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 22:36:14 +00:00
Added HTTP logic and login
This commit is contained in:
@@ -24,4 +24,22 @@ void Launcher::launchGame() {
|
||||
void Launcher::WindowsInit() {
|
||||
system("cls");
|
||||
SetConsoleTitleA(("BeamMP Launcher v" + FullVersion).c_str());
|
||||
}
|
||||
}
|
||||
|
||||
const std::string& Launcher::getFullVersion() {
|
||||
return FullVersion;
|
||||
}
|
||||
|
||||
const std::string& Launcher::getWorkingDir() {
|
||||
return DirPath;
|
||||
}
|
||||
|
||||
const std::string &Launcher::getVersion() {
|
||||
return Version;
|
||||
}
|
||||
|
||||
const std::string& Launcher::getUserRole() {
|
||||
return UserRole;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user