mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
8 lines
102 B
C++
8 lines
102 B
C++
#pragma once
|
|
|
|
namespace advss {
|
|
|
|
bool ShouldSkipPluginStartOnUncleanShutdown();
|
|
|
|
} // namespace advss
|