summaryrefslogtreecommitdiffhomepage
path: root/Private/CFKit/GUIDWizard.hpp
blob: 881505b069caebbfe55ca42e296e290edbc703f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *	========================================================
 *
 *	HCore
 * 	Copyright 2024 Mahrouss Logic, all rights reserved.
 *
 * 	========================================================
 */

#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 HCore::XRN::Version1 {
Ref<GUIDSequence*> make_sequence(const ArrayList<UShort>& seq);
ErrorOr<Ref<HCore::StringView>> try_guid_to_string(Ref<GUIDSequence*>& guid);
}  // namespace HCore::XRN::Version1