LeviLamina
Loading...
Searching...
No Matches
RegistrationOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/ecs_module/RegistrationOptions.h"
7#include "mc/world/level/storage/Experiments.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace ECSModule { class IECSModule; }
12// clang-format on
13
14namespace VanillaSystemsRegistration {
15
16struct RegistrationOptions : public ::ECSModule::RegistrationOptions {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 8, ::ECSModule::IECSModule*> mMoveModule;
21 ::ll::TypedStorage<8, 72, ::Experiments> mExperiments;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_C
28 MCAPI ~RegistrationOptions();
29#endif
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCAPI void $dtor();
37#endif
38 // NOLINTEND
39};
40
41} // namespace VanillaSystemsRegistration
Definition IECSModule.h:14
Definition RegistrationOptions.h:12