LeviLamina
Loading...
Searching...
No Matches
EventModifiersState.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cohtml {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::UntypedStorage<1, 1> mUnkbd9e8b;
12 ::ll::UntypedStorage<1, 1> mUnk6d2b19;
13 ::ll::UntypedStorage<1, 1> mUnk497f95;
14 ::ll::UntypedStorage<1, 1> mUnka85218;
15 ::ll::UntypedStorage<1, 1> mUnk8c04ee;
16 ::ll::UntypedStorage<1, 1> mUnkbc4176;
17 ::ll::UntypedStorage<1, 1> mUnkb97d97;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 EventModifiersState& operator=(EventModifiersState const&);
23 EventModifiersState(EventModifiersState const&);
24 EventModifiersState();
25};
26
27} // namespace cohtml
Definition EventModifiersState.h:7