SceneSwitcher/lib/utils/crash-handler.hpp
WarmUpTill 7e940e515b
Some checks are pending
debian-build / build (push) Waiting to run
Check locale / ubuntu64 (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions
Add option to suppress crash dialog
2026-03-31 23:04:35 +02:00

11 lines
178 B
C++

#pragma once
namespace advss {
bool ShouldSkipPluginStartOnUncleanShutdown();
bool GetSuppressCrashDialog();
void SetSuppressCrashDialog(bool suppress);
} // namespace advss