15class AppSystemRegistry {
26 AppSystemRegistry& operator=(AppSystemRegistry
const&);
27 AppSystemRegistry(AppSystemRegistry
const&);
33 AppSystemRegistry& operator=(AppSystemRegistry
const&);
34 AppSystemRegistry(AppSystemRegistry
const&);
41 MCNAPI AppSystemRegistry();
43 MCNAPI ::StackRefResult<::EntityRegistry> getEntityRegistry();
45 MCNAPI
void registerEvents();
47 MCNAPI ::TickingSystemRegistrationToken registerTickingSystem(::std::unique_ptr<::ITickingSystem> tickingSystem);
51 MCNAPI ~AppSystemRegistry();