diff options
| author | Stefan Boberg <[email protected]> | 2021-09-27 20:08:44 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-27 20:08:44 +0200 |
| commit | b1fd9980abf2091ece8f0f2b3ccb77b1847d4de8 (patch) | |
| tree | 9c5b0c4c91d03cf185436c2b69b9c838b2c7bc3a /zencore/include | |
| parent | clang-format (diff) | |
| download | zen-b1fd9980abf2091ece8f0f2b3ccb77b1847d4de8.tar.xz zen-b1fd9980abf2091ece8f0f2b3ccb77b1847d4de8.zip | |
zencore: Added ability to forcefully set the IsInteractiveSession state
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/zencore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/include/zencore/zencore.h b/zencore/include/zencore/zencore.h index 4b9c1af1b..b5b47d076 100644 --- a/zencore/include/zencore/zencore.h +++ b/zencore/include/zencore/zencore.h @@ -198,6 +198,7 @@ ZENCORE_API bool IsPointerToStack(const void* ptr); // Query if pointer is with ZENCORE_API bool IsApplicationExitRequested(); ZENCORE_API void RequestApplicationExit(int ExitCode); ZENCORE_API bool IsDebuggerPresent(); +ZENCORE_API void SetIsInteractiveSession(bool Value); ZENCORE_API bool IsInteractiveSession(); ZENCORE_API void zencore_forcelinktests(); |