LeviLamina
Loading...
Searching...
No Matches
Control.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5class Control {
6public:
7 // virtual functions
8 // NOLINTBEGIN
9 // vIndex: 0
10 virtual ~Control() = default;
11 // NOLINTEND
12
13public:
14 // vftables
15 // NOLINTBEGIN
16 MCNAPI static void** $vftable();
17 // NOLINTEND
18};
Definition Control.h:5
static MCAPI void ** $vftable()