diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-06 09:14:11 +0100 |
| commit | 5339d016c07bf717ee388f4feb73544087324af0 (patch) | |
| tree | 94be6f67ed626091f24aee24ec3b3be03d01e4e7 /CFKit/GUIDWizard.hpp | |
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'CFKit/GUIDWizard.hpp')
| -rw-r--r-- | CFKit/GUIDWizard.hpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/CFKit/GUIDWizard.hpp b/CFKit/GUIDWizard.hpp new file mode 100644 index 00000000..8ad2a02a --- /dev/null +++ b/CFKit/GUIDWizard.hpp @@ -0,0 +1,25 @@ +/* + * ======================================================== + * + * hCore + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#pragma once + +#include <CFKit/GUIDWrapper.hpp> +#include <NewKit/Array.hpp> +#include <NewKit/ArrayList.hpp> +#include <NewKit/ErrorOr.hpp> +#include <NewKit/Defines.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 |
