diff options
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 |
