From eba8b7ddd0a455d9e49f32dcae712c5612c0093c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 22:26:48 +0100 Subject: Kernel: Major repository refactor. Rework the repo into Private and Public modules. Signed-off-by: Amlal El Mahrouss --- Private/Source/MeBus/Database.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Private/Source/MeBus/Database.cpp (limited to 'Private/Source/MeBus/Database.cpp') diff --git a/Private/Source/MeBus/Database.cpp b/Private/Source/MeBus/Database.cpp new file mode 100644 index 00000000..3c7594d5 --- /dev/null +++ b/Private/Source/MeBus/Database.cpp @@ -0,0 +1,10 @@ +/* + * ======================================================== + * + * hCore + * Copyright 2024 Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +//! Add this unit to compilation. -- cgit v1.2.3