diff options
Diffstat (limited to 'Private/NewBoot/BootKit/BootKit.hxx')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index e4c14d3a..6f0ee927 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -2,7 +2,7 @@ * ======================================================== * * NewBoot - * Copyright 2024 Mahrouss Logic, all rights reserved. + * Copyright Mahrouss Logic, all rights reserved. * * ======================================================== */ @@ -56,9 +56,11 @@ HCore::SizeT BSetMem(char *src, const char byte, const HCore::SizeT len); */ class BFileReader final { public: - explicit BFileReader() = default; + explicit BFileReader(const char *path); ~BFileReader() = default; + HCore::VoidPtr ReadAll(); + public: BFileReader &operator=(const BFileReader &) = default; BFileReader(const BFileReader &) = default; |
