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