From 83d870e58457a1d335a1d9b9966a6a1887cc297b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 03:02:43 +0100 Subject: feat! breaking changes on kernel sources. Signed-off-by: Amlal El Mahrouss --- dev/launch/LaunchKit/Foundation.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 dev/launch/LaunchKit/Foundation.h (limited to 'dev/launch/LaunchKit/Foundation.h') diff --git a/dev/launch/LaunchKit/Foundation.h b/dev/launch/LaunchKit/Foundation.h deleted file mode 100644 index d7eb901f..00000000 --- a/dev/launch/LaunchKit/Foundation.h +++ /dev/null @@ -1,21 +0,0 @@ -/* ======================================== - - Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - - ======================================== */ - -#pragma once - -#include -#include - -/// @author Amlal El Mahrouss -/// @brief NeKernel Launch Kit - launch programs from it. - -#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 AnyRef = CF::CFRef; -using StatusRef = CF::CFRef; -} // namespace Launch -- cgit v1.2.3