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