diff options
Diffstat (limited to 'Public/Kits/System.Core/System.hxx')
| -rw-r--r-- | Public/Kits/System.Core/System.hxx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Public/Kits/System.Core/System.hxx b/Public/Kits/System.Core/System.hxx new file mode 100644 index 00000000..97d4bdac --- /dev/null +++ b/Public/Kits/System.Core/System.hxx @@ -0,0 +1,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; |
