diff options
Diffstat (limited to 'dev/launch/LaunchKit')
| -rw-r--r-- | dev/launch/LaunchKit/LaunchKit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h index 2fa9607b..2efa7806 100644 --- a/dev/launch/LaunchKit/LaunchKit.h +++ b/dev/launch/LaunchKit/LaunchKit.h @@ -15,6 +15,6 @@ #define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG) namespace Launch { -using LaunchHandle = VoidPtr; -using KernelStatus = SInt32; +using LaunchAny = VoidPtr; +using LaunchStatus = SInt32; } // namespace Launch |
