LeviLamina
Loading...
Searching...
No Matches
Globals.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/options/EducationServicesEnvironment.h"
7#include "mc/common/SubClientId.h"
8#include "mc/deps/core/debug/log/LogLevel.h"
9#include "mc/deps/core/file/file_system/FileType.h"
10#include "mc/deps/core/sem_ver/SemVersionBase.h"
11#include "mc/deps/core/utility/NonOwnerPointer.h"
12#include "mc/deps/json/ValueType.h"
13#include "mc/deps/nether_net/LogSeverity.h"
14#include "mc/deps/shared_types/legacy/FilterSubject.h"
15#include "mc/deps/shared_types/legacy/item/UseAnimation.h"
16#include "mc/events/TextProcessingEventOrigin.h"
17#include "mc/external/lib_http_client/http_stl_allocator.h"
18#include "mc/external/libsrtp/srtp_err_status_t.h"
19#include "mc/network/packet/AgentActionType.h"
20#include "mc/options/DiscoveryEnvironment.h"
21#include "mc/util/HudElement.h"
22#include "mc/util/gltf/Accessor.h"
23#include "mc/util/gltf/Image.h"
24#include "mc/util/gltf/Material.h"
25#include "mc/world/actor/ActorCategory.h"
26#include "mc/world/actor/ActorFilterGroup.h"
27#include "mc/world/actor/ActorType.h"
28#include "mc/world/actor/ActorTypeNamespaceRules.h"
29#include "mc/world/containers/ContainerEnumName.h"
30#include "mc/world/filters/FilterGroup.h"
31#include "mc/world/filters/FilterOperator.h"
32#include "mc/world/item/CreativeItemCategory.h"
33#include "mc/world/level/WorldVersion.h"
34#include "mc/world/level/block/BlockProperty.h"
35#include "mc/world/level/block/BlockSlot.h"
36#include "mc/world/level/chunk/LevelChunkTag.h"
37#include "mc/world/level/chunk/SubChunkDelayedDeleter.h"
38#include "mc/world/level/chunk/SubChunkStorage.h"
39#include "mc/world/level/levelgen/flat/FlatWorldPresetID.h"
40#include "mc/world/level/material/MaterialType.h"
41#include "mc/world/level/saveddata/maps/MapItemSavedData.h"
42#include "mc/world/redstone/circuit/components/CircuitComponentType.h"
43
44// auto generated forward declare list
45// clang-format off
46class Actor;
48class Biome;
49class BiomeArea;
50class Block;
51class BlockLegacy;
52class BlockPos;
53class BlockState;
54class BoundingBox;
60class Dimension;
61class ExpressionNode;
63class HashedString;
64class I18n;
65class IFileAccess;
67class ItemInstance;
68class LevelData;
69class ListTag;
73class ThirdPartyInfo;
74class WorkerPool;
77struct ActorFactoryData;
80struct BlockLayer;
82struct DynDnsResult;
83struct FlatWorldPreset;
84struct HCTraceImplArea;
85struct HC_CALL;
87struct KeyOrNameResult;
88struct MCRESULT;
93struct TypeMapping;
95struct srtp_auth_t;
96namespace Bedrock { class StaticOptimizedString; }
97namespace Bedrock { class WorkerPoolHandleInterface; }
98namespace Core { class File; }
99namespace Core { class PathView; }
100namespace Core { class Result; }
101namespace Json { class Value; }
102namespace RakNet { class RakPeerInterface; }
103namespace RakNet { struct RakPeerConfiguration; }
104namespace cereal { struct ReflectionCtx; }
105namespace mce { class UUID; }
106// clang-format on
107
108// functions
109// NOLINTBEGIN
110MCAPI void BedrockLogOut(uint, char const*, ...);
111
112MCAPI ::CreativeItemCategory CreativeItemCategoryFromString(::std::string const& str);
113
114MCFOLD void* DefaultMemAllocFunction(uint64 size, uint memoryType);
115
116MCFOLD void DefaultMemFreeFunction(void* pointer, uint memoryType);
117
118MCFOLD void DefaultOutOfMemoryHandler(char const* file, long line);
119
120MCAPI bool DoesMockCallMatch(::HC_CALL const* mockCall, ::HC_CALL const* originalCall);
121
122MCAPI ::HashedString const& EntityCanonicalName(::ActorType entityType);
123
124MCAPI ::ActorType EntityTypeFromString(::std::string const& str);
125
126MCAPI ::std::string EntityTypeToFormattedLocString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
127
128MCAPI ::std::string EntityTypeToLocString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
129
130MCAPI ::std::string EntityTypeToString(::ActorType entityType, ::ActorTypeNamespaceRules namespaceRule);
131
132MCAPI void EntityTypeToStringAndNamespace(::ActorType entityType, ::std::string& nameOut, ::std::string& namespaceOut);
133
134MCAPI float FoodSaturationFromString(::std::string const& str);
135
136MCAPI ::std::unordered_map<::std::string, ::ActorFactoryData>& GetActorDataRegistry();
137
138MCAPI double GetEngagementMetricsTimeSinceAppStart_DEPRECATED();
139
140MCAPI void JSONSchemaBindings(::cereal::ReflectionCtx& ctx);
141
142MCAPI ::std::optional<::LogLevel> LogLevelFromString(::std::string const& str);
143
144MCFOLD bool MOCK_ASSERT_HANDLER(::AssertHandlerContext const& context);
145
146MCAPI bool MOCK_ASSERT_HANDLER_NO_THROW(::AssertHandlerContext const& context);
147
148MCAPI bool Mock_Internal_HCHttpCallPerformAsync(::HC_CALL* originalCall);
149
150MCAPI long Mock_Internal_ReadRequestBodyIntoMemory(
151 ::HC_CALL* originalCall,
152 ::std::vector<uchar, ::http_stl_allocator<uchar>>* bodyBytes
153);
154
155MCAPI ::std::optional<::NetherNet::LogSeverity> NetherNetLogSeverityFromString(::std::string const& str);
156
157MCAPI void PlatformBedrockLogOut(uint _priority, char const* buf, uint64 nullTerminatorPos);
158
159MCAPI ::std::string StringFromCreativeItemCategory(::CreativeItemCategory category);
160
161MCAPI ::std::string StringFromMaterialType(::MaterialType const& materialType);
162
163MCAPI ::SharedTypes::Legacy::UseAnimation UseAnimationFromString(::std::string const& str);
164
165MCAPI void _addEnvironmentSubfilter(
166 ::std::string const& legacyPredicate,
167 ::FilterGroup::CollectionType type,
168 ::std::string const& filterName,
169 ::SharedTypes::Legacy::FilterSubject subject,
170 ::FilterOperator op,
171 ::ActorFilterGroup::Processing process
172);
173
174MCAPI void _addLegacyFilterDefinition(
175 ::std::string const& legacyPredicate,
176 ::FilterGroup::CollectionType type,
177 ::std::string const& filterName,
178 ::SharedTypes::Legacy::FilterSubject subject,
179 ::FilterOperator op,
180 ::ActorFilterGroup::Processing process
181);
182
183MCAPI void _checkTickedActorsForOutOfWorld(::ActorOwnerComponent& actorOwnerComponent);
184
185MCAPI ::std::unique_ptr<::ListTag> _createBlockStateEnum(::BlockState const& state);
186
187MCAPI uchar _facingToDirection(uchar facing);
188
189MCAPI uint _facingToVineDirection(uchar facing);
190
191MCAPI ::ScatterParamsMolangVariableIndices& _getScatterParamsMolangVariableIndices();
192
193MCAPI ::Block const* _loadLayerBlock(::Json::Value const& layer);
194
195MCAPI ::std::optional<::BlockPos> _locateBiome(
196 ::std::function<bool(::Biome const&)> const& predicate,
197 ::BiomeArea const& biomeArea,
198 ::BlockPos worldCenter,
199 ::BoundingBox worldBounds,
200 uint resolution
201);
202
203MCAPI ::std::optional<::std::vector<::BlockLayer>>
204_parseLayersV3(::Json::Value const& root, ::LevelData const& levelData);
205
206MCAPI ::std::optional<::std::vector<::BlockLayer>>
207_parseLayersV4(::Json::Value const& root, ::LevelData const& levelData);
208
209MCAPI ::std::optional<::std::vector<::BlockLayer>>
210_parseLayersV5(::Json::Value const& root, ::LevelData const& levelData);
211
212MCAPI ::std::optional<::std::vector<::BlockLayer>>
213_parseLayersV6(::Json::Value const& root, ::LevelData const& levelData, ::WorldVersion worldVersion);
214
215MCAPI ::std::unique_ptr<::ListTag> _saveBlockList(::std::vector<::BlockLegacy const*> const& blockList);
216
217MCAPI void
218_tickBribeableComponent(::ActorOwnerComponent& actorOwnerComponent, ::BribeableComponent& bribeableComponent);
219
220MCAPI void bindCreativeItemCategoryType(::cereal::ReflectionCtx& ctx);
221
222MCAPI void bindMaterialType(::cereal::ReflectionCtx& ctx);
223
224MCAPI char const* blockSlotToString(::BlockSlot slot);
225
226MCAPI ::KeyOrNameResult
227buildActorDisplayName(::ActorType actorType, ::std::string const& nameTag, ::Actor const* actor);
228
229MCAPI void checkComponent(
230 ::CircuitSceneGraph& graph,
231 ::CircuitComponentList& powerAssociationMap,
232 ::CircuitComponentType typeId,
233 uchar id,
234 ::BlockPos const& otherPos,
236 ::std::queue<::CircuitTrackingInfo, ::std::deque<::CircuitTrackingInfo>>& positions,
237 bool goingDown
238);
239
240MCAPI bool checkTypeFilter(
241 ::ActorDefinitionIdentifier const& entityIdentifier,
242 ::ActorDefinitionIdentifier const& identifierFilter
243);
244
245MCAPI void compoundBlockVolumeActionBindType(::cereal::ReflectionCtx& ctx);
246
247MCAPI void compoundBlockVolumePositionRelativityBindType(::cereal::ReflectionCtx& ctx);
248
249MCAPI void configureThread(::ThreadConfiguration const& config);
250
251MCAPI ::std::unique_ptr<::RakNet::RakPeerInterface, void (*)(::RakNet::RakPeerInterface*)>
252createUniqueRakPeer(::RakNet::RakPeerConfiguration const& config);
253
254MCAPI ::Bedrock::NonOwnerPointer<::WorkerPool> createWorkerPool(
255 ::std::string_view name,
256 ::WorkerConfiguration const& config,
257 ::std::shared_ptr<::Bedrock::WorkerPoolHandleInterface>& destHandle
258);
259
260MCAPI ::ActorCategory entityCategoriesFromString(::std::string const& str);
261
262MCAPI ::ActorCategory entityCategoryFromString(::std::string const& str);
263
264MCAPI ::srtp_err_status_t external_crypto_init();
265
266MCAPI ::srtp_err_status_t external_hmac_alloc(::srtp_auth_t** a, int key_len, int out_len);
267
268MCAPI ::srtp_err_status_t external_hmac_compute(void*, uchar const*, int, int tag_len, uchar* result);
269
270MCAPI ::srtp_err_status_t external_hmac_dealloc(::srtp_auth_t* a);
271
272MCAPI ::srtp_err_status_t external_hmac_init(void* state, uchar const* key, int key_len);
273
274MCFOLD ::srtp_err_status_t external_hmac_start(void*);
275
276MCFOLD ::srtp_err_status_t external_hmac_update(void*, uchar const*, int);
277
278MCAPI int fclose(::Core::File& file);
279
280MCAPI ::std::optional<::FlatWorldPresetID> flatWorldPresetIDFromString(::std::string const& str);
281
282MCAPI void forEachEntityType(
283 ::std::function<bool(::ActorType, ::std::string const&)> callback,
284 ::ActorTypeNamespaceRules namespaceRule
285);
286
287MCAPI uint64 fread(void* buffer, uint64 size, uint64 count, ::Core::File& file);
288
289MCAPI int fseek(::Core::File& file, int64 offset, int origin);
290
291MCAPI ::std::string gatherTypeStrings(::std::vector<::Json::ValueType> const& types);
292
293MCAPI ::std::string getDiscoveryServiceURL(::DiscoveryEnvironment environment);
294
295MCAPI ::Bedrock::FileType getFileType(::Core::PathView filePath, ::IFileAccess& fileAccess);
296
297MCAPI ::FlatWorldPreset const& getFlatWorldPresetWithID(::FlatWorldPresetID id);
298
299MCAPI ::std::unordered_map<::FlatWorldPresetID, ::FlatWorldPreset> const& getFlatWorldPresets();
300
301MCAPI ::I18n& getI18n();
302
303MCAPI ::std::string getJsonTypeString(::Json::ValueType const& type);
304
305MCAPI ::std::unordered_map<int, ::std::string> const& getPackParseErrorTypeEventMapAccess();
306
307MCAPI ::std::unordered_map<int, ::std::string> const& getPackParseErrorTypeLOCMapAccess();
308
309MCAPI ::AllWorkerConfigurations getWorkerConfiguration(uint highPowerCores, uint totalCores);
310
311MCAPI ::std::string join(::std::string prefix, ::std::string_view chunkKey);
312
313MCAPI ::std::string join(::std::string_view prefix, ::LevelChunkTag tag);
314
315MCAPI ::std::string join(::std::string_view prefix, ::LevelChunkTag tag, uint i);
316
317MCAPI ::std::string makeGuestDisplayName(::std::string const& hostName, ::SubClientId subclientId);
318
319MCAPI ::mce::UUID makeGuestUUID(::mce::UUID const& hostUuid, ::SubClientId subclientId);
320
321MCAPI bool operator<(
324);
325
326MCAPI bool operator<(
329);
330
331MCAPI bool operator<(
334);
335
336MCFOLD bool operator<=(
339);
340
341MCAPI bool operator==(::DefinitionTrigger const& a, ::DefinitionTrigger const& b);
342
343MCAPI bool operator==(::ExpressionNode const& lhs, ::ExpressionNode const& rhs);
344
345MCAPI bool operator==(::BlockMaterialInstance const& lhs, ::BlockMaterialInstance const& rhs);
346
347MCAPI bool operator==(
350);
351
352MCAPI bool operator==(
355);
356
357MCAPI ::BlockProperty operator|(::BlockProperty lhs, ::BlockProperty b);
358
359MCAPI void renderMapChunk(
360 ::Dimension& dimension,
362 uint scale,
363 ::BlockPos const& origin,
365);
366
367MCAPI ::DiscoveryEnvironment stringToDiscoveryEnvironment(::std::string const& str);
368
369MCAPI ::ItemInstance toItemInstance(::RecipeIngredient const& ingredient);
370
371MCAPI ::leveldb::Status toLevelDbStatus(::Core::Result const& result);
372
373MCAPI ::std::string toString(::AgentActionType type);
374
375MCAPI ::std::optional<::std::locale> tryGetLocaleFromName(::std::string const& localeName);
376
377MCAPI ::http_wstring utf16_from_utf8(::http_string const& utf8);
378
379MCAPI ::http_wstring utf16_from_utf8(char const* utf8);
380
381MCAPI ::http_wstring utf16_from_utf8(char const* utf8, uint64 size);
382
383MCAPI ::http_string utf8_from_utf16(::http_wstring const& utf16);
384
385MCAPI ::http_string utf8_from_utf16(wchar_t const* utf16, uint64 size);
386// NOLINTEND
387
388// static variables
389// NOLINTBEGIN
390MCAPI ::std::vector<::HudElement> const& ALL_HUD_ELEMENTS();
391
392MCAPI ::std::unordered_map<
393 ::glTF::Accessor::Type,
394 ::std::string,
396 ::std::equal_to<::glTF::Accessor::Type>> const&
397AccessorTypeEnumMap();
398
399MCAPI ::HashedString const& BLAST_FURNACE_TAG();
400
401MCAPI ::HashedString const& CAMPFIRE_TAG();
402
403MCAPI ::std::unordered_map<::ContainerEnumName, ::std::string>& ContainerCollectionNameMap();
404
405MCAPI ::HashedString const& FURNACE_TAG();
406
407MCAPI ::std::array<::std::pair<::HudElement, ::std::string>, 13> const& HUD_ELEMENTS_TO_STRINGS();
408
409MCAPI ::GatheringServerInfo const& INVALID_GATHERING_SERVER_INFO();
410
411MCAPI ::ThirdPartyInfo const& INVALID_THIRD_PARTY_INFO();
412
413MCAPI char const*& IPV4_LOOPBACK();
414
415MCAPI char const*& IPV6_LOOPBACK();
416
417MCAPI ::std::unordered_map<
418 ::glTF::Image::ImageMimeType,
419 ::std::string,
421 ::std::equal_to<::glTF::Image::ImageMimeType>> const&
422ImageMimeTypeEnumMap();
423
424MCAPI ::MCRESULT const& MCRESULT_AllTargetsWillFail();
425
426MCAPI ::MCRESULT const& MCRESULT_ChatMuted();
427
428MCAPI ::MCRESULT const& MCRESULT_CommandExecIncomplete();
429
430MCAPI ::MCRESULT const& MCRESULT_CommandNotFound();
431
432MCAPI ::MCRESULT const& MCRESULT_CommandRequestInitiated();
433
434MCAPI ::MCRESULT const& MCRESULT_CommandStepDone();
435
436MCAPI ::MCRESULT const& MCRESULT_CommandStepFail();
437
438MCAPI ::MCRESULT const& MCRESULT_CommandVersionMismatch();
439
440MCAPI ::MCRESULT const& MCRESULT_CommandsDisabled();
441
442MCAPI ::MCRESULT const& MCRESULT_EncryptionRequired();
443
444MCAPI ::MCRESULT const& MCRESULT_ExecutionFail();
445
446MCAPI ::MCRESULT const& MCRESULT_ExpectedRequestMsg();
447
448MCAPI ::MCRESULT const& MCRESULT_FailWithoutFailMsg();
449
450MCAPI ::MCRESULT const& MCRESULT_FailedToParseCommand();
451
452MCAPI ::MCRESULT const& MCRESULT_InvalidCommandCall();
453
454MCAPI ::MCRESULT const& MCRESULT_InvalidCommandContext();
455
456MCAPI ::MCRESULT const& MCRESULT_InvalidCommandOrigin();
457
458MCAPI ::MCRESULT const& MCRESULT_InvalidOverloadSyntax();
459
460MCAPI ::MCRESULT const& MCRESULT_MalformedRequest();
461
462MCAPI ::MCRESULT const& MCRESULT_MustSpecifyVersion();
463
464MCAPI ::MCRESULT const& MCRESULT_NewCommandVersionAvailable();
465
466MCAPI ::MCRESULT const& MCRESULT_NoChatPermissions();
467
468MCAPI ::MCRESULT const& MCRESULT_NoTargetsFound();
469
470MCAPI ::MCRESULT const& MCRESULT_NotEnoughPermissions();
471
472MCAPI ::MCRESULT const& MCRESULT_Success();
473
474MCAPI ::MCRESULT const& MCRESULT_TooManyPendingRequests();
475
476MCAPI ::MCRESULT const& MCRESULT_VersionMismatch();
477
478MCAPI ::SemVersionConstant const& MIN_ENGINE_VERSION_MINIMUM_V2();
479
480MCAPI ::std::unordered_map<
481 ::glTF::Material::AlphaMode,
482 ::std::string,
484 ::std::equal_to<::glTF::Material::AlphaMode>> const&
485MaterialAlphaModeEnumMap();
486
487MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_BITSET();
488
489MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_FLYING_ATTRIBUTE_BITSET();
490
491MCAPI ::std::bitset<38> const& PLAYER_ACTION_MOVEMENT_SPEED_ATTRIBUTE_BITSET();
492
493MCAPI ::HashedString const& SMOKER_TAG();
494
495MCAPI ::HashedString const& SOUL_CAMPFIRE_TAG();
496
497MCAPI ::std::add_lvalue_reference_t<bool (*)(::AssertHandlerContext const&)> TEST_HANDLER();
498
499MCAPI ::std::add_lvalue_reference_t<bool (*)(::AssertHandlerContext const&)> TEST_HANDLER_NO_THROW();
500
501MCAPI ::std::unordered_map<
502 ::TextProcessingEventOrigin,
503 ::std::string,
505 ::std::equal_to<::TextProcessingEventOrigin>> const&
506TextProcessingEventOriginEnumMap();
507
508MCAPI ::std::array<::HashedString, 17> const& VanillaStructureFeatureTypes();
509
510MCAPI ::std::unordered_map<::std::string, ::ActorFilterGroup::LegacyMapping>& _environmentSubfilters();
511
512MCAPI ::std::unordered_map<::std::string, ::ActorFilterGroup::LegacyMapping>& _legacyPredicates();
513
514MCAPI ::std::unordered_map<int, ::std::string> const& discoveryEnvironmentLabels();
515
516MCAPI ::std::unordered_map<::std::string, ::DiscoveryEnvironment> const& discoveryEnvironmentStrings();
517
518MCAPI ::std::unordered_map<::DiscoveryEnvironment, ::std::string> const& discoveryEnvironments();
519
520MCAPI ::std::add_lvalue_reference_t<uint[]> englishCharacterFrequencies();
521
522MCAPI ::std::vector<::std::string>& gAreaFilters();
523
524MCAPI ::SubChunkDelayedDeleter<::SubChunkStorage<::Biome>>& gBiomeChunkGC();
525
526MCAPI ::SubChunkDelayedDeleter<::SubChunkStorage<::Block>>& gBlockStorageGC();
527
528MCAPI ::InternalTaskGroup& gInternalTaskGroup();
529
530MCAPI ::SubChunkDelayedDeleter<::SubChunkBrightnessStorage>& gLightStorageGC();
531
532MCAPI ::std::vector<::std::string>& gPriorityFilters();
533
534MCAPI ::std::add_lvalue_reference_t<void* (*)(uint64, uint)> g_memAllocFunc();
535
536MCAPI ::std::add_lvalue_reference_t<void (*)(void*, uint)> g_memFreeFunc();
537
538MCAPI ::HCTraceImplArea& g_traceHTTPCLIENT();
539
540MCAPI ::HCTraceImplArea& g_traceWEBSOCKET();
541
542MCAPI ::EducationServicesEnvironment& mCachedServicesEnvironment();
543
544MCAPI ::std::add_lvalue_reference_t<void (*)(char const*, long)> notifyOutOfMemory();
545
546MCAPI ::std::add_lvalue_reference_t<void (*)(void*, char const*, uint)> rakFree_Ex();
547
548MCAPI ::std::add_lvalue_reference_t<void* (*)(uint64, char const*, uint)> rakMalloc_Ex();
549
550MCAPI ::std::add_lvalue_reference_t<void* (*)(void*, uint64, char const*, uint)> rakRealloc_Ex();
551
552MCAPI ::std::add_lvalue_reference_t<::DynDnsResult[]> resultTable();
553
554MCAPI bool& s_AsyncLibEnablePumpingWait();
555
556MCAPI ::std::atomic<uint>& s_AsyncLibGlobalStateCount();
557
558MCAPI int& stbi__flip_vertically_on_write();
559
560MCAPI int& stbi_write_tga_with_rle();
561
562MCAPI ::std::add_lvalue_reference_t<::TypeMapping[]> typeMappings();
563// NOLINTEND
Definition ActorOwnerComponent.h:10
Definition Actor.h:103
Definition BiomeArea.h:11
Definition Biome.h:26
Definition BlockLegacy.h:86
Definition BlockPos.h:18
Definition BlockState.h:13
Definition Block.h:38
Definition BoundingBox.h:13
Definition BribeableComponent.h:13
Definition CircuitComponentList.h:14
Definition CircuitSceneGraph.h:19
Definition CircuitTrackingInfo.h:14
Definition File.h:20
Definition PathView.h:16
Definition Result.h:13
Definition DefinitionTrigger.h:11
Definition Dimension.h:83
Definition ExpressionNode.h:29
Definition GatheringServerInfo.h:5
Definition HashedString.h:5
Definition I18n.h:18
Definition IFileAccess.h:15
Definition InternalTaskGroup.h:18
Definition ItemInstance.h:16
Definition Value.h:16
Definition LevelData.h:49
Definition ListTag.h:12
Definition RakPeerInterface.h:32
Definition RecipeIngredient.h:17
Definition SemVersionBase.h:9
Definition SemVersionConstant.h:8
Definition SubChunkBrightnessStorage.h:5
Definition ThirdPartyInfo.h:5
Definition WorkerPool.h:19
Definition _HeaderOutputPredefine.h:191
Definition http_stl_allocator.h:6
Definition UUID.h:7
Definition AccessorTypeEnumHasher.h:5
Definition ActorDefinitionIdentifier.h:15
Definition ActorFactoryData.h:5
Definition AllWorkerConfigurations.h:5
Definition AssertHandlerContext.h:5
Definition BlockLayer.h:5
Definition BlockMaterialInstance.h:9
Definition DynDnsResult.h:5
Definition FlatWorldPreset.h:10
Definition HCTraceImplArea.h:5
Definition HC_CALL.h:16
Definition ImageMimeTypeEnumHasher.h:5
Definition KeyOrNameResult.h:5
Definition MCRESULT.h:8
Definition MapItemSavedData.h:43
Definition MaterialAlphaModeEnumHasher.h:5
Definition RakPeerConfiguration.h:7
Definition ScatterParamsMolangVariableIndices.h:8
Definition TextProcessingEventOriginEnumHasher.h:5
Definition ThreadConfiguration.h:5
Definition TypeMapping.h:5
Definition WorkerConfiguration.h:8
Definition buffer.h:5
Definition ReflectionCtx.h:11
Definition context.h:5
Definition ctx.h:5
Definition srtp_auth_t.h:5