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