blob: a4462f1c0e844d2a6c204f3f3f57788833d48d6b (
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 <SystemKit/CoreAPI.hxx>
#include <SystemKit/FileAPI.hxx>
#include <SystemKit/HeapAPI.hxx>
#include <SystemKit/ThreadAPI.hxx>
using namespace HCore;
|