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
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // member functions
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCNAPI void $dtor();
45 // NOLINTEND
46};
47
48} // namespace ECSModule
Definition RegistrationOptions.h:12
Definition TickingSystemWithInfo.h:13
Definition Alias.h:14