mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-11 10:16:17 +00:00
Switched to GUI entry
This commit is contained in:
@@ -3,10 +3,11 @@
|
||||
/// Copyright (c) 2021-present Anonymous275 read the LICENSE file for more info.
|
||||
///
|
||||
|
||||
#include "Launcher.h"
|
||||
/*#include "Launcher.h"
|
||||
#include "Logger.h"
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
|
||||
try {
|
||||
Launcher launcher(argc, argv);
|
||||
launcher.RunDiscordRPC();
|
||||
@@ -26,4 +27,4 @@ int main(int argc, char* argv[]) {
|
||||
std::this_thread::sleep_for(std::chrono::seconds(2));
|
||||
Launcher::setExit(true);
|
||||
return 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
Reference in New Issue
Block a user