summaryrefslogtreecommitdiffhomepage
path: root/Public/SDK/System.Core
diff options
context:
space:
mode:
Diffstat (limited to 'Public/SDK/System.Core')
-rw-r--r--Public/SDK/System.Core/Headers/Thread.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/Public/SDK/System.Core/Headers/Thread.hxx b/Public/SDK/System.Core/Headers/Thread.hxx
index 306419b3..ae6ba057 100644
--- a/Public/SDK/System.Core/Headers/Thread.hxx
+++ b/Public/SDK/System.Core/Headers/Thread.hxx
@@ -46,4 +46,7 @@ BooleanType HcResumeThread(_Input PtrThread ThreadPtr);
QWordType HcProcessIdThread(_Input PtrThread ThreadPtr);
+/// @brief Main application thread.
+CA_EXTERN_C PtrThread kMainThread;
+
#endif // __THREAD_API__