summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/RuntimeInit.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/System.Core/RuntimeInit.cxx')
-rw-r--r--Public/Kits/System.Core/RuntimeInit.cxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/Public/Kits/System.Core/RuntimeInit.cxx b/Public/Kits/System.Core/RuntimeInit.cxx
new file mode 100644
index 00000000..b6022bef
--- /dev/null
+++ b/Public/Kits/System.Core/RuntimeInit.cxx
@@ -0,0 +1,12 @@
+/** ===========================================
+ (C) Mahrouss Logic
+ ===========================================*/
+
+#include <System.Core/HCoreHeap.hxx>
+
+/// @brief Inits the C runtime
+/// @return if it was succesful or not.
+DWORD HcInitRuntime(VOID) {
+ kInstanceObject = HcGetProcessObject();
+ return 0;
+} \ No newline at end of file