Add option to stop plugin in case unclean shutdown is detected

This commit is contained in:
WarmUpTill
2025-12-28 21:32:01 +01:00
committed by WarmUpTill
parent 74a9681c8e
commit 628a4d896c
5 changed files with 155 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
namespace advss {
bool ShouldSkipPluginStartOnUncleanShutdown();
} // namespace advss