summaryrefslogtreecommitdiffhomepage
path: root/src/launch/LaunchKit/Foundation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/launch/LaunchKit/Foundation.h')
-rw-r--r--src/launch/LaunchKit/Foundation.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/launch/LaunchKit/Foundation.h b/src/launch/LaunchKit/Foundation.h
index 1fc7ce09..acf79955 100644
--- a/src/launch/LaunchKit/Foundation.h
+++ b/src/launch/LaunchKit/Foundation.h
@@ -1,4 +1,4 @@
-// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org)
// Licensed under the Apache License, Version 2.0 (see LICENSE file)
// Official repository: https://github.com/nekernel-org/nekernel
@@ -14,9 +14,11 @@
#define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG)
#define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG)
-namespace LaunchKit {
+namespace Launch {
+
using AnyRef = CF::CFRef<VoidPtr>;
using StatusRef = CF::CFRef<SInt32>;
-} // namespace LaunchKit
+
+} // namespace Launch
#endif