summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/System.Core/System.hxx
blob: 05028d87d285b009dc94eb99f7c3687e74659f4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*** ===========================================
 (C) Mahrouss Logic
    ===========================================*/

#pragma once

/** ---------------------------------------------------

    * THIS FILE CONTAINS CODE FOR THE STANDARD HCORE API.

------------------------------------------------------- */

#include <System.Core/Defs.hxx>
#include <System.Core/File.hxx>
#include <System.Core/Heap.hxx>
#include <System.Core/Threading.hxx>

using namespace HCore;