diff options
Diffstat (limited to 'dev/launch')
| -rw-r--r-- | dev/launch/LaunchKit/LaunchKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h index 2efa7806..34f7c223 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 LaunchAny = VoidPtr; +using LaunchAny = VoidPtr; using LaunchStatus = SInt32; } // namespace Launch |
