From 09dd11ddf800898c00ecb04a65fb5cd10fb481fa Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 8 May 2024 12:32:41 +0200 Subject: MHR-23: :boom: changes, reworked project tree. Signed-off-by: Amlal El Mahrouss --- NewKernel/KernelKit/Defines.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NewKernel/KernelKit/Defines.hpp (limited to 'NewKernel/KernelKit/Defines.hpp') diff --git a/NewKernel/KernelKit/Defines.hpp b/NewKernel/KernelKit/Defines.hpp new file mode 100644 index 00000000..f89f66c1 --- /dev/null +++ b/NewKernel/KernelKit/Defines.hpp @@ -0,0 +1,12 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + +------------------------------------------- */ + +#pragma once + +#include + +#define KERNELKIT_VERSION "1.01" +#define KERNELKIT_RELEASE "Cairo" -- cgit v1.2.3