Switched to GUI entry

This commit is contained in:
Anonymous275
2022-07-28 10:25:55 +03:00
parent 77a55b2d22
commit 604e92b440
2 changed files with 6 additions and 5 deletions

View File

@@ -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;
}
}*/