LeviLamina
Loading...
Searching...
No Matches
EntitySet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class WeakEntityRef;
8// clang-format on
9
10class EntitySet {
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 EntitySet& operator=(EntitySet const&);
20 EntitySet(EntitySet const&);
21 EntitySet();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI EntitySet(::EntitySet&&);
27 // NOLINTEND
28
29public:
30 // constructor thunks
31 // NOLINTBEGIN
32 MCAPI void* $ctor(::EntitySet&&);
33 // NOLINTEND
34};
Definition EntitySet.h:10
Definition WeakEntityRef.h:14
Definition Alias.h:14