3#include "mc/_HeaderOutputPredefine.h"
11namespace LoadingScreenSystems {
14MCNAPI_C ::std::unique_ptr<::LoadingScreenSystems::IClientFactory> createClientFactory();
17registerClientSystems(::EntitySystems& entitySystems, ::LoadingScreenSystems::IClientFactory
const& factory);
19MCNAPI
void registerServerSystems(::EntitySystems& entitySystems);
Definition EntitySystems.h:25
Definition IClientFactory.h:12