[Changed]

"Shutdown" and "Exit" to inline for initialization

Co-Authored-By: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com>
This commit is contained in:
Sam39
2022-07-21 11:34:46 +03:00
parent 027bb6b0d7
commit 6147ad46e7
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ LONG WINAPI CrashHandler(EXCEPTION_POINTERS* p) {
return EXCEPTION_EXECUTE_HANDLER;
}
std::atomic<bool> Launcher::Shutdown{false}, Launcher::Exit{false};
Launcher::Launcher(int argc, char* argv[]) : CurrentPath(std::filesystem::path(argv[0])), DiscordMessage("Just launched") {
Launcher::StaticAbort(this);
DiscordTime = std::time(nullptr);