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