LeviLamina
Loading...
Searching...
No Matches
MolangOffsetPlaceholder.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 48, ::HashedString> mName;
13 ::ll::TypedStorage<8, 8, uint64> mResourceOffset;
14 // NOLINTEND
15
16public:
17 // member functions
18 // NOLINTBEGIN
19#ifdef LL_PLAT_C
21#endif
22 // NOLINTEND
23
24public:
25 // destructor thunk
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCFOLD void $dtor();
29#endif
30 // NOLINTEND
31};
Definition MolangOffsetPlaceholder.h:8