LeviLamina
Loading...
Searching...
No Matches
RegistrationOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace ECSModule {
11
13public:
14 // member variables
15 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
35
36public:
37 // member functions
38 // NOLINTBEGIN
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCFOLD void $dtor();
46 // NOLINTEND
47};
48
49} // namespace ECSModule
Definition RegistrationOptions.h:12
Definition TickingSystemWithInfo.h:11
Definition Alias.h:14