From 55059428bfd6a18451bc1ed3ee64e7bb04c395cd Mon Sep 17 00:00:00 2001 From: amlal Date: Sat, 16 Mar 2024 14:22:21 +0100 Subject: HCR-14: See below. - Pretty big modifications, add kernel mouse. Signed-off-by: amlal --- Public/Kits/System.Core/System.Core.hxx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Public/Kits/System.Core/System.Core.hxx (limited to 'Public/Kits/System.Core/System.Core.hxx') 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 + +/// Process Heap API +#include + +/// File API & Device API. + +/// Process & Threading API \ No newline at end of file -- cgit v1.2.3