LeviLamina
Loading...
Searching...
No Matches
LevelChunkMetaDataDebug.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
10class LevelChunk;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::LevelChunk>> mActiveLevelChunk;
19 ::ll::TypedStorage<8, 16, ::std::weak_ptr<::LevelChunkMetaDataDictionary>> mLevelChunkMetaDataDictionary;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~LevelChunkMetaDataDebug() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition EnableNonOwnerReferences.h:7
Definition LevelChunkMetaDataDictionary.h:11
Definition LevelChunk.h:73
Definition LevelChunkMetaDataDebug.h:14