LeviLamina
Loading...
Searching...
No Matches
DrawsByTexture.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class DrawsByTexture {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 8> mUnk98c03c;
10 ::ll::UntypedStorage<8, 24> mUnk5a4122;
11 ::ll::UntypedStorage<8, 24> mUnk1be771;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 DrawsByTexture& operator=(DrawsByTexture const&);
17 DrawsByTexture(DrawsByTexture const&);
18 DrawsByTexture();
19};
Definition DrawsByTexture.h:5