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
14MCNAPI_C ::std::unique_ptr<::LoadingScreenSystems::IClientFactory> createClientFactory();
15
16MCNAPI_C void
17registerClientSystems(::EntitySystems& entitySystems, ::LoadingScreenSystems::IClientFactory const& factory);
18
19MCNAPI void registerServerSystems(::EntitySystems& entitySystems);
20// NOLINTEND
21
22} // namespace LoadingScreenSystems
Definition EntitySystems.h:25
Definition IClientFactory.h:12