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
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
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35};
36
37} // namespace VanillaSystemsRegistration
Definition RegistrationOptions.h:12
Definition RegistrationOptions.h:16