From da9920a33d12a2ebd04f4572a6d134dfb6e6cab6 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 22 Feb 2024 11:18:10 +0100 Subject: Kernel: Got HCoreLite up and running. - Working on standard edition of HCoreLdr (Kernel and Bootloader separated) Signed-off-by: Amlal El Mahrouss --- Private/NewBoot/BootKit/BootKit.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Private/NewBoot/BootKit/BootKit.hxx') diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index dcb8daf4..093b20dc 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -14,6 +14,10 @@ #pragma once +class BTextWriter; +class BFileReader; +class BFileRunner; + #include #include #include -- cgit v1.2.3