diff options
Diffstat (limited to 'dev/launch/LaunchKit/LaunchKit.h')
| -rw-r--r-- | dev/launch/LaunchKit/LaunchKit.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h deleted file mode 100644 index 34f7c223..00000000 --- a/dev/launch/LaunchKit/LaunchKit.h +++ /dev/null @@ -1,20 +0,0 @@ -/* ------------------------------------------- - - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. - - ------------------------------------------- */ - -#pragma once - -#include <libSystem/SystemKit/System.h> - -/// @author Amlal El Mahrouss -/// @brief NeKernel Launch Kit. - -#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 LaunchAny = VoidPtr; -using LaunchStatus = SInt32; -} // namespace Launch |
