LeviLamina
Loading...
Searching...
No Matches
RunInitializersSystem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntitySystems;
8struct SystemInfo;
10// clang-format on
11
12namespace RunInitializersSystem {
13// functions
14// NOLINTBEGIN
15MCAPI ::TickingSystemWithInfo create(::EntitySystems& systems);
16
17MCAPI void gatherCombinedDependencies(::EntitySystems& systems, ::SystemInfo& resultInfo);
18// NOLINTEND
19
20} // namespace RunInitializersSystem
Definition EntitySystems.h:24
Definition SystemInfo.h:12
Definition TickingSystemWithInfo.h:11