LeviLamina
Loading...
Searching...
No Matches
TextureWrappingDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace mce {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<1, 1> mUnkc32ba4;
12 ::ll::UntypedStorage<1, 1> mUnkfbcc72;
13 ::ll::UntypedStorage<1, 1> mUnk9f2a79;
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 TextureWrappingDescription& operator=(TextureWrappingDescription const&);
19 TextureWrappingDescription(TextureWrappingDescription const&);
20 TextureWrappingDescription();
21};
22
23} // namespace mce
Definition TextureWrappingDescription.h:7