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