summaryrefslogtreecommitdiffhomepage
path: root/Public/Kits/SystemKit/SystemKit.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'Public/Kits/SystemKit/SystemKit.hxx')
-rw-r--r--Public/Kits/SystemKit/SystemKit.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/Public/Kits/SystemKit/SystemKit.hxx b/Public/Kits/SystemKit/SystemKit.hxx
new file mode 100644
index 00000000..eca53757
--- /dev/null
+++ b/Public/Kits/SystemKit/SystemKit.hxx
@@ -0,0 +1,12 @@
+/*** ===========================================
+ (C) Mahrouss Logic
+ ===========================================*/
+
+#pragma once
+
+#include <SystemKit/CoreAPI.hxx>
+#include <SystemKit/FileAPI.hxx>
+#include <SystemKit/HeapAPI.hxx>
+#include <SystemKit/ThreadAPI.hxx>
+
+using namespace HCore;