From 20252df698106283d15ddf7d53f4e0dd9462666d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 17 Jul 2025 07:32:30 +0100 Subject: refactor! Lots of breaking changes to the codebase. feat: Rename ‘btb‘ to ‘nebuild‘ to match nekernel.org's naming scheme. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amlal El Mahrouss --- dev/BuildKit/Includes.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev/BuildKit/Includes.h (limited to 'dev/BuildKit/Includes.h') diff --git a/dev/BuildKit/Includes.h b/dev/BuildKit/Includes.h new file mode 100644 index 0000000..e321483 --- /dev/null +++ b/dev/BuildKit/Includes.h @@ -0,0 +1,17 @@ +// ============================================================= // +// nebuild +// Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. +// ============================================================= // + +#ifndef BTB_INCLUDES_H +#define BTB_INCLUDES_H + +#include +#include +#include +#include +#include +#include +#include + +#endif // BTB_INCLUDES_H -- cgit v1.2.3