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