3#include "mc/_HeaderOutputPredefine.h"
11namespace LoadingScreenSystems {
15MCAPI ::std::unique_ptr<::LoadingScreenSystems::IClientFactory> createClientFactory();
17MCAPI
void registerClientSystems(::EntitySystems& entitySystems, ::LoadingScreenSystems::IClientFactory
const& factory);
20MCAPI
void registerServerSystems(::EntitySystems& entitySystems);
Definition EntitySystems.h:26
Definition IClientFactory.h:12