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