LeviLamina
Loading...
Searching...
No Matches
LoadingScreenSystems.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EntitySystems;
8namespace LoadingScreenSystems { class IClientFactory; }
9// clang-format on
10
11namespace LoadingScreenSystems {
12// functions
13// NOLINTBEGIN
14#ifdef LL_PLAT_C
15MCAPI ::std::unique_ptr<::LoadingScreenSystems::IClientFactory> createClientFactory();
16
17MCAPI void registerClientSystems(::EntitySystems& entitySystems, ::LoadingScreenSystems::IClientFactory const& factory);
18#endif
19
20MCAPI void registerServerSystems(::EntitySystems& entitySystems);
21// NOLINTEND
22
23} // namespace LoadingScreenSystems
Definition EntitySystems.h:26
Definition IClientFactory.h:12