LeviLamina
Loading...
Searching...
No Matches
AnimatedTextureDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<4, 4> mUnk15d258;
10 ::ll::UntypedStorage<4, 4> mUnk82d7c8;
11 ::ll::UntypedStorage<8, 32> mUnkcc020d;
12 ::ll::UntypedStorage<8, 32> mUnk163ad6;
13 ::ll::UntypedStorage<4, 4> mUnk1895ca;
14 ::ll::UntypedStorage<4, 4> mUnk4ac7f6;
15 ::ll::UntypedStorage<4, 4> mUnk79086d;
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 AnimatedTextureDefinition& operator=(AnimatedTextureDefinition const&);
21 AnimatedTextureDefinition(AnimatedTextureDefinition const&);
22 AnimatedTextureDefinition();
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCNAPI void $dtor();
34 // NOLINTEND
35};
Definition AnimatedTextureDefinition.h:5