summaryrefslogtreecommitdiffhomepage
path: root/dev/launch/LaunchKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/launch/LaunchKit')
-rw-r--r--dev/launch/LaunchKit/LaunchKit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h
index 1a134e8f..2fa9607b 100644
--- a/dev/launch/LaunchKit/LaunchKit.h
+++ b/dev/launch/LaunchKit/LaunchKit.h
@@ -14,5 +14,7 @@
#define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG)
#define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG)
+namespace Launch {
using LaunchHandle = VoidPtr;
using KernelStatus = SInt32;
+} // namespace Launch