From 187cf4d1af81ba45af85dfe4443574c6e0e0f98a Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 23 Jan 2026 19:55:05 +0100 Subject: chore: Codebase improvements, add groundwork for #122. Signed-off-by: Amlal El Mahrouss --- src/kernel/NeKit/Config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/kernel/NeKit/Config.h') diff --git a/src/kernel/NeKit/Config.h b/src/kernel/NeKit/Config.h index 3e37fe2d..e18cae54 100644 --- a/src/kernel/NeKit/Config.h +++ b/src/kernel/NeKit/Config.h @@ -19,8 +19,9 @@ public \ ::Kernel::ICodec -/// @brief The **Kernel** namespace. +/// @brief The **NeKernel** namespace. namespace Kernel { + using voidPtr = void*; using VoidPtr = void*; using nullPtr = decltype(nullptr); @@ -208,6 +209,7 @@ struct TrueResult final { static constexpr bool kValue = true; }; + template struct PropertyResult final { using ResultType = Type; @@ -218,6 +220,7 @@ struct PropertyResult final { static constexpr bool kValue = Type::kValue; }; + } // namespace Kernel #endif -- cgit v1.2.3