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