LeviLamina
Loading...
Searching...
No Matches
SelectionContainerEntity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/selection/SelectionContainer.h"
7
8namespace Editor::Selection {
9
11public:
12 // virtual functions
13 // NOLINTBEGIN
14 // vIndex: 0
15 virtual ~SelectionContainerEntity() /*override*/ = default;
16 // NOLINTEND
17
18public:
19 // vftables
20 // NOLINTBEGIN
21 MCNAPI static void** $vftable();
22 // NOLINTEND
23};
24
25} // namespace Editor::Selection
Definition SelectionContainerEntity.h:10
Definition SelectionContainer.h:12