summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/RuntimeInit.cxx
blob: b6022bef76119dda094f1d9b3a07cdc93a4a7403 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;
}