LeviLamina
Loading...
Searching...
No Matches
ParsedTextureSet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5struct ParsedTextureSet {
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 24> mUnk475495;
10 ::ll::UntypedStorage<4, 20> mUnk4f3cc9;
11 // NOLINTEND
12
13public:
14 // prevent constructor by default
15 ParsedTextureSet& operator=(ParsedTextureSet const&);
16 ParsedTextureSet(ParsedTextureSet const&);
17 ParsedTextureSet();
18
19public:
20 // member functions
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30};
Definition ParsedTextureSet.h:5
MCAPI ~ParsedTextureSet()
MCAPI void $dtor()