diff options
Diffstat (limited to 'Public/Kits/System.Core/System.Core.hxx')
| -rw-r--r-- | Public/Kits/System.Core/System.Core.hxx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Public/Kits/System.Core/System.Core.hxx b/Public/Kits/System.Core/System.Core.hxx new file mode 100644 index 00000000..b368b997 --- /dev/null +++ b/Public/Kits/System.Core/System.Core.hxx @@ -0,0 +1,15 @@ +/** =========================================== + (C) Mahrouss Logic + ===========================================*/ + +#pragma once + +/// Core API +#include <System.Core/HCoreBase.hxx> + +/// Process Heap API +#include <System.Core/HCoreHeap.hxx> + +/// File API & Device API. + +/// Process & Threading API
\ No newline at end of file |
