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

#pragma once

/// Process Heap API
#include <System.Core/Heap.hxx>

/// File API & Device API.
#include <System.Core/File.hxx>

/// Process & Threading API
#include <System.Core/Threading.hxx>