diff options
| author | amlal <amlal@el-mahrouss-logic.com> | 2024-03-16 14:22:21 +0100 |
|---|---|---|
| committer | amlal <amlal@el-mahrouss-logic.com> | 2024-03-16 14:22:21 +0100 |
| commit | 55059428bfd6a18451bc1ed3ee64e7bb04c395cd (patch) | |
| tree | 02dd524a2249111e30d2208fd700fa72e31182db /Public/Kits/System.Core/System.Core.hxx | |
| parent | 8f9b5e08f53f6e49a1f4c6b20e17c54298da9c44 (diff) | |
HCR-14: See below.
- Pretty big modifications, add kernel mouse.
Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
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 |
