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 /NewKit/NewKit.hpp | |
git: port from mercurial repo.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'NewKit/NewKit.hpp')
| -rw-r--r-- | NewKit/NewKit.hpp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/NewKit/NewKit.hpp b/NewKit/NewKit.hpp new file mode 100644 index 00000000..110aed7d --- /dev/null +++ b/NewKit/NewKit.hpp @@ -0,0 +1,27 @@ + +/* + * ======================================================== + * + * hCore + * Copyright Mahrouss Logic, all rights reserved. + * + * ======================================================== + */ + +#pragma once + +#include <NewKit/OwnPtr.hpp> +#include <NewKit/New.hpp> +#include <NewKit/Json.hpp> +#include <NewKit/Heap.hpp> +#include <NewKit/ErrorOr.hpp> +#include <NewKit/ArrayList.hpp> +#include <NewKit/Array.hpp> +#include <NewKit/Ref.hpp> +#include <NewKit/Panic.hpp> +#include <NewKit/Stream.hpp> +#include <NewKit/Utils.hpp> +#include <NewKit/MutableArray.hpp> +#include <NewKit/LockDelegate.hpp> + + |
