diff options
Diffstat (limited to 'dev/Kernel/NewKit/NewKit.hxx')
| -rw-r--r-- | dev/Kernel/NewKit/NewKit.hxx | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev/Kernel/NewKit/NewKit.hxx b/dev/Kernel/NewKit/NewKit.hxx new file mode 100644 index 00000000..e7766bde --- /dev/null +++ b/dev/Kernel/NewKit/NewKit.hxx @@ -0,0 +1,22 @@ + +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#pragma once + +#include <NewKit/Array.hxx> +#include <NewKit/ArrayList.hxx> +#include <NewKit/ErrorOr.hxx> +#include <NewKit/Json.hxx> +#include <NewKit/KernelCheck.hxx> +#include <KernelKit/LockDelegate.hxx> +#include <NewKit/MutableArray.hxx> +#include <NewKit/New.hxx> +#include <NewKit/OwnPtr.hxx> +#include <NewKit/Ref.hxx> +#include <NewKit/Stream.hxx> +#include <KernelKit/ProcessHeap.hxx> +#include <NewKit/Utils.hxx> |
