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