blob: 8e56091489d7b6c2d79eefabae868c531ec732a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
/*
* ========================================================
*
* HCore
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
#pragma once
#include <NewKit/OwnPtr.hpp>
#include <NewKit/New.hpp>
#include <NewKit/Json.hpp>
#include <NewKit/UserHeap.hpp>
#include <NewKit/ErrorOr.hpp>
#include <NewKit/ArrayList.hpp>
#include <NewKit/Array.hpp>
#include <NewKit/Ref.hpp>
#include <NewKit/RuntimeCheck.hpp>
#include <NewKit/Stream.hpp>
#include <NewKit/Utils.hpp>
#include <NewKit/MutableArray.hpp>
#include <NewKit/LockDelegate.hpp>
|