aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-17 15:39:49 +0200
committerStefan Boberg <[email protected]>2021-09-17 15:39:49 +0200
commit68897f04bd60624fb57d1bd5add4ca7aed1d5e50 (patch)
treec5c822f1069d6cf1e5b8200ca5b12e53db995672 /zencore/include
parentAdded namespace scopes to more includes for better consistency (diff)
downloadzen-68897f04bd60624fb57d1bd5add4ca7aed1d5e50.tar.xz
zen-68897f04bd60624fb57d1bd5add4ca7aed1d5e50.zip
Added IsDebuggerPresent() query function to query whether a debugger is currently attached to the running process
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/zencore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/zencore.h b/zencore/include/zencore/zencore.h
index da17e61e3..14f915e76 100644
--- a/zencore/include/zencore/zencore.h
+++ b/zencore/include/zencore/zencore.h
@@ -155,7 +155,7 @@ namespace zen {
ZENCORE_API bool IsPointerToStack(const void* ptr); // Query if pointer is within the stack of the currently executing thread
ZENCORE_API bool IsApplicationExitRequested();
ZENCORE_API void RequestApplicationExit(int ExitCode);
-
+ZENCORE_API bool IsDebuggerPresent();
ZENCORE_API void zencore_forcelinktests();
}