LeviLamina
Loading...
Searching...
No Matches
_HeaderOutputPredefine.h
1#pragma once
2
3// clang-format off
4
5#ifdef _MSC_VER
6#pragma warning(disable : 4099) // for MOJANG : type name first seen using 'class' now seen using 'struct'
7#pragma warning(disable : 4201) // for MOJANG : nonstandard extension used : nameless struct/union
8#pragma warning(disable : 4373) // for MOJANG : override virtual function with different const/volatile params
9#endif
10
11#include "ll/api/base/Macro.h"
12
13#define MCAPI LL_SHARED_IMPORT
14#define MCTAPI template<> MCAPI
15#define MCFOLD MCAPI /*Identical COMDAT Folding*/
16#define MCNAPI [[deprecated("This API is not available. Open an issue if you need it. "\
17 "https://github.com/LiteLDev/mcapi-requests/issues/new")]] MCAPI
18
19#include <algorithm> // STL general algorithms
20#include <array> // STL array container
21#include <bitset> // STL bitset container
22#include <cctype> // Character handling functions
23#include <cerrno> // C Error codes
24#include <chrono> // C++11 Time library
25#include <clocale> // C localization library
26#include <cmath> // Common mathematics functions
27#include <complex> // Complex number type
28#include <condition_variable> // condition variable
29#include <cstdio> // C Standard Input/Output library
30#include <cstdlib> // C Standard General Utilities Library
31#include <cstring> // C string handling
32#include <ctime> // C Time library
33#include <cwchar> // Wide character type
34#include <cwctype> // Wide character classification
35#include <deque> // STL double ended queue container
36#include <exception> // Exception handling classes
37#include <filesystem> // STL file system
38#include <forward_list> // STL forward list container
39#include <fstream> // File stream classes
40#include <functional> // STL Function objects
41#include <iomanip> // Input/Output manipulators
42#include <ios> // Base input/output stream classes
43#include <iosfwd> // Input/Output forward declarations
44#include <iostream> // Standard Input/Output stream objects
45#include <istream> // Basic input stream classes
46#include <limits> // Numeric limits
47#include <list> // STL linear list container
48#include <map> // STL map container
49#include <memory> // STL unique_ptr, shared_ptr, weak_ptr
50#include <mutex> // STL mutual exclusion primitives
51#include <numbers> // numbers standard header
52#include <optional> // STL optional type
53#include <ostream> // Basic output stream classes
54#include <queue> // STL queue and priority_queue container
55#include <random> // C++11 Random numbers
56#include <set> // STL set and multiset container
57#include <shared_mutex> // STL shared mutual exclusion primitives
58#include <sstream> // String stream classes
59#include <stack> // STL stack container
60#include <stdexcept> // Standard exception objects
61#include <streambuf> // Stream buffer classes
62#include <string> // String class
63#include <string_view> // STL string_view type
64#include <unordered_map> // STL unordered map container
65#include <unordered_set> // STL unordered set container
66#include <utility> // STL utility components
67#include <variant> // STL variant type
68#include <vector> // STL dynamic array container
69#include <future> // STL future
70
71// STL expected for C++23
72#if _HAS_CXX23
73#include <expected>
74#endif
75
76#include "entt/entt.hpp" // Entity Component System Library
77#include "entt/fwd.hpp" // Entity Component Forward Declarations
78#include "glm/glm.hpp" // OpenGL Mathematics Library
79#include "glm/ext.hpp" // OpenGL Mathematics Library
80#include "gsl/gsl" // Guideline Support Library
81
82// LevelDB C++ Library
83#include "leveldb/c.h"
84#include "leveldb/cache.h"
85#include "leveldb/comparator.h"
86#include "leveldb/db.h"
87#include "leveldb/dumpfile.h"
88#include "leveldb/env.h"
89#include "leveldb/filter_policy.h"
90#include "leveldb/iterator.h"
91#include "leveldb/options.h"
92#include "leveldb/slice.h"
93#include "leveldb/status.h"
94#include "leveldb/table.h"
95#include "leveldb/table_builder.h"
96#include "leveldb/write_batch.h"
97
98// RapidJSON C++ Library
99#include "rapidjson/document.h"
100#include "rapidjson/encodings.h"
101#include "rapidjson/error/en.h"
102#include "rapidjson/filereadstream.h"
103#include "rapidjson/filewritestream.h"
104#include "rapidjson/pointer.h"
105#include "rapidjson/prettywriter.h"
106#include "rapidjson/rapidjson.h"
107#include "rapidjson/reader.h"
108#include "rapidjson/schema.h"
109#include "rapidjson/stringbuffer.h"
110#include "rapidjson/writer.h"
111
112// type_safe C++ Library
113#include "type_safe/strong_typedef.hpp"
114
115// expected_lite C++ Library
116#ifdef _MSC_VER
117#pragma warning(push)
118#pragma warning(disable : 4702)
119#endif
120#define nsel_CONFIG_SELECT_EXPECTED 1
121#include "nonstd/expected.hpp"
122#ifdef _MSC_VER
123#pragma warning(pop)
124#endif
125
126#include "ll/api/base/Alias.h"
127#include "ll/api/base/StdInt.h"
128
129// fmt C++ Library
130#include "fmt/format.h"
131#include "fmt/std.h"
132
133struct HWND__;
134struct _TP_CALLBACK_INSTANCE;
135struct _TP_WAIT;
136struct _TP_WORK;
137struct _TP_TIMER;
138typedef long HRESULT;
139enum _WINHTTP_WEB_SOCKET_BUFFER_TYPE;
140struct in6_addr;
141struct in_addr;
142struct sockaddr;
143struct addrinfo;
144struct _IP_ADAPTER_PREFIX_XP;
145struct sockaddr_storage;
146struct sockaddr_in;
147struct sockaddr_in6;
148struct evp_md_ctx_st;
149struct asn1_string_st;
150struct bio_st;
151
152#include "mc/deps/core/utility/optional_ref.h" // replace optional<reference_wrapper<>>
153#include "mc/platform/brstd/function_ref.h" // function reference
154#include "mc/math/vector/Vecs.h" // for vector types
155
156template <typename T0, typename T1>
157class AutomaticID;
158class Dimension;
160
161struct RecipeNetIdTag;
164struct ItemStackNetIdTag;
167
168template <typename T0, typename T1 = uint, int T2 = 0>
169class TypedClientNetId;
170template <typename T0, typename T1 = uint, int T2 = 0>
171class TypedServerNetId;
172template <typename T0, typename T1 = uint, int T2 = 0>
173class TypedRuntimeId;
174
181
182class BlockLegacy;
183template <typename T0>
184class ActorBlockBase;
186
187template<int>
189
190template<typename T>
192public:
193 T* mBegin;
194 T* mEnd;
195 class iterator {
196 public:
197 T* mPtr;
198 };
199};
200
201namespace Bedrock {
202template <typename T, typename Err = std::error_code>
203class Result;
204template <typename T>
205class NonOwnerPointer;
206template <typename T>
207using NotNullNonOwnerPtr = gsl::not_null<NonOwnerPointer<T>>;
208
209template <typename T, typename... Args>
210class ImplBase {
211public:
212 virtual ~ImplBase() = default;
213};
214
215template <typename T, typename U, typename A, typename M>
217namespace Detail {
218template <typename T, typename U = void>
220}
221
222namespace Threading {
223template <typename T, typename Alloc = std::allocator<T>>
225}
226}
227
228namespace Core {
229template <typename... Params>
231public:
232 class Listener {};
233};
234template <typename TKey, typename TValue, typename TValuePtr, typename... TNewInstanceArgs>
235class LRUCache {
236public:
237 void* mUnk[14];
238};
239}
240
241namespace Puv {
242template <typename From, typename To, typename CustomData>
244}
245
246namespace Social {
247enum class SignInResult;
248}
249
250namespace NetherNet::Utils {
251template <typename T>
253public:
254 class View {};
255};
256}
257
258namespace rtc {
259template<class T, size_t N = size_t(-4711ll)>
261}
262
263template <typename T0>
265using http_string = std::basic_string<char, std::char_traits<char>, class http_stl_allocator<char>>;
266using http_wstring = std::basic_string<wchar_t, std::char_traits<wchar_t>, class http_stl_allocator<wchar_t>>;
267
268namespace asio::ssl {
269class verify_context;
270}
271
272namespace leveldb {
273class Compressor;
274class DecompressAllocator;
275}
276
277// clang-format on
Definition ActorBlockBase.h:6
Definition AutomaticID.h:6
Definition _HeaderOutputPredefine.h:216
Definition _HeaderOutputPredefine.h:210
Definition _HeaderOutputPredefine.h:224
Definition BlockLegacy.h:86
Definition _HeaderOutputPredefine.h:232
Definition _HeaderOutputPredefine.h:230
Definition _HeaderOutputPredefine.h:235
Definition Dimension.h:83
Definition _HeaderOutputPredefine.h:254
Definition _HeaderOutputPredefine.h:252
Definition _HeaderOutputPredefine.h:188
Definition _HeaderOutputPredefine.h:243
Definition TypedClientNetId.h:6
Definition TypedRuntimeId.h:6
Definition TypedServerNetId.h:6
Definition _HeaderOutputPredefine.h:195
Definition _HeaderOutputPredefine.h:191
Definition http_stl_allocator.h:6
Definition _HeaderOutputPredefine.h:260
Definition _HeaderOutputPredefine.h:219
Definition ContainerRuntimeIdTag.h:5
Definition CreativeItemNetIdTag.h:5
Definition ItemStackLegacyRequestIdTag.h:5
Definition ItemStackNetIdTag.h:5
Definition ItemStackRequestIdTag.h:5
Definition RecipeNetIdTag.h:5