mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-01 06:45:36 -05:00
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
11 lines
178 B
C++
11 lines
178 B
C++
#pragma once
|
|
|
|
namespace advss {
|
|
|
|
bool ShouldSkipPluginStartOnUncleanShutdown();
|
|
|
|
bool GetSuppressCrashDialog();
|
|
void SetSuppressCrashDialog(bool suppress);
|
|
|
|
} // namespace advss
|