From 5339d016c07bf717ee388f4feb73544087324af0 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 6 Jan 2024 09:14:11 +0100 Subject: git: port from mercurial repo. Signed-off-by: Amlal El Mahrouss --- CFKit/GUIDWizard.hpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CFKit/GUIDWizard.hpp (limited to 'CFKit/GUIDWizard.hpp') 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 +#include +#include +#include +#include +#include +#include +#include + +namespace hCore::XRN::Version1 +{ + Ref make_sequence(const ArrayList& seq); + ErrorOr> try_guid_to_string(Ref& guid); +} // namespace hCore::XRN::Version1 -- cgit v1.2.3