summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/GUIDWizard.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/CFKit/GUIDWizard.hpp')
-rw-r--r--Private/CFKit/GUIDWizard.hpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/Private/CFKit/GUIDWizard.hpp b/Private/CFKit/GUIDWizard.hpp
deleted file mode 100644
index 5790be84..00000000
--- a/Private/CFKit/GUIDWizard.hpp
+++ /dev/null
@@ -1,22 +0,0 @@
-/* -------------------------------------------
-
- Copyright Mahrouss Logic
-
-------------------------------------------- */
-
-#pragma once
-
-#include <CFKit/GUIDWrapper.hpp>
-#include <NewKit/Array.hpp>
-#include <NewKit/ArrayList.hpp>
-#include <NewKit/Defines.hpp>
-#include <NewKit/ErrorOr.hpp>
-#include <NewKit/Ref.hpp>
-#include <NewKit/Stream.hpp>
-#include <NewKit/String.hpp>
-
-namespace NewOS::XRN::Version1
-{
- Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
- ErrorOr<Ref<NewOS::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
-} // namespace NewOS::XRN::Version1