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
133// moodycamel::ConcurrentQueue C++ Library
134#include "concurrentqueue.h"
135
136struct HWND__;
137struct tagRECT;
138struct _TP_CALLBACK_INSTANCE;
139struct _TP_WAIT;
140struct _TP_WORK;
141struct _TP_TIMER;
142typedef long HRESULT;
143enum _WINHTTP_WEB_SOCKET_BUFFER_TYPE;
144struct in6_addr;
145struct in_addr;
146struct sockaddr;
147struct addrinfo;
148struct _IP_ADAPTER_PREFIX_XP;
149struct sockaddr_storage;
150struct sockaddr_in;
151struct sockaddr_in6;
152struct evp_md_ctx_st;
153struct asn1_string_st;
154struct bio_st;
155
156#include "mc/deps/core/utility/optional_ref.h" // replace optional<reference_wrapper<>>
157#include "mc/platform/brstd/function_ref.h" // function reference
158#include "mc/math/vector/Vecs.h" // for vector types
159
160template <typename T0, typename T1>
161class AutomaticID;
162class Dimension;
164
165struct RecipeNetIdTag;
168struct ItemStackNetIdTag;
171
172template <typename T0, typename T1 = uint, int T2 = 0>
173class TypedClientNetId;
174template <typename T0, typename T1 = uint, int T2 = 0>
175class TypedServerNetId;
176template <typename T0, typename T1 = uint, int T2 = 0>
177class TypedRuntimeId;
178
185
186class BlockType;
187template <typename T0>
188class ActorBlockBase;
190
191template<int>
193
194template<typename T>
196public:
197 T* mBegin;
198 T* mEnd;
199 class iterator {
200 public:
201 T* mPtr;
202 };
203};
204
205namespace Bedrock {
206template <typename T, typename Err = std::error_code>
207class Result;
208template <typename T>
209class NonOwnerPointer;
210template <typename T>
211using NotNullNonOwnerPtr = gsl::not_null<NonOwnerPointer<T>>;
212
213template <typename T, typename... Args>
214class ImplBase {
215public:
216 virtual ~ImplBase() = default;
217};
218
219template <typename T, typename U, typename A, typename M>
221namespace Detail {
222template <typename T, typename U = void>
224}
225
226namespace Threading {
227template <typename T, typename Alloc = std::allocator<T>>
229}
230}
231
232namespace Core {
233template <typename... Params>
235public:
236 class Listener {};
237};
238template <typename TKey, typename TValue, typename TValuePtr, typename... TNewInstanceArgs>
239class LRUCache {
240public:
241 void* mUnk[14];
242};
243}
244
245namespace Puv {
246template <typename From, typename To, typename CustomData>
248}
249
250namespace Social {
251enum class SignInResult;
252}
253
254namespace NetherNet::Utils {
255template <typename T>
257public:
258 class View {};
259};
260}
261
262namespace rtc {
263template<class T, size_t N = size_t(-4711ll)>
265}
266
267template <typename T0>
269using http_string = std::basic_string<char, std::char_traits<char>, class http_stl_allocator<char>>;
270using http_wstring = std::basic_string<wchar_t, std::char_traits<wchar_t>, class http_stl_allocator<wchar_t>>;
271
272namespace asio::ssl {
273class verify_context;
274}
275
276namespace leveldb {
277class Compressor;
278class DecompressAllocator;
279}
280
281// clang-format on
Definition ActorBlockBase.h:6
Definition AutomaticID.h:6
Definition _HeaderOutputPredefine.h:220
Definition _HeaderOutputPredefine.h:214
Definition _HeaderOutputPredefine.h:228
Definition BlockType.h:84
Definition _HeaderOutputPredefine.h:236
Definition _HeaderOutputPredefine.h:234
Definition _HeaderOutputPredefine.h:239
Definition Dimension.h:83
Definition _HeaderOutputPredefine.h:258
Definition _HeaderOutputPredefine.h:256
Definition _HeaderOutputPredefine.h:192
Definition _HeaderOutputPredefine.h:247
Definition TypedClientNetId.h:6
Definition TypedRuntimeId.h:6
Definition TypedServerNetId.h:6
Definition _HeaderOutputPredefine.h:199
Definition _HeaderOutputPredefine.h:195
Definition http_stl_allocator.h:6
Definition _HeaderOutputPredefine.h:264
Definition _HeaderOutputPredefine.h:223
Definition ContainerRuntimeIdTag.h:5
Definition CreativeItemNetIdTag.h:5
Definition ItemStackLegacyRequestIdTag.h:5
Definition ItemStackNetIdTag.h:5
Definition ItemStackRequestIdTag.h:5
Definition RecipeNetIdTag.h:5