LeviLamina
Loading...
Searching...
No Matches
FlipbookTextureDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 56> mUnk15a5a2;
10 ::ll::UntypedStorage<8, 24> mUnka13f3c;
11 ::ll::UntypedStorage<4, 4> mUnk750ed3;
12 ::ll::UntypedStorage<4, 4> mUnk64ec1e;
13 ::ll::UntypedStorage<1, 1> mUnk78d83b;
14 ::ll::UntypedStorage<4, 4> mUnkfe2b9f;
15 ::ll::UntypedStorage<8, 32> mUnk5d4697;
16 ::ll::UntypedStorage<1, 1> mUnkfda64a;
17 ::ll::UntypedStorage<4, 8> mUnka45eb7;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 FlipbookTextureDescription& operator=(FlipbookTextureDescription const&);
23 FlipbookTextureDescription(FlipbookTextureDescription const&);
24 FlipbookTextureDescription();
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
Definition FlipbookTextureDescription.h:5