The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition Core.hpp:33
TResource & GetResource()
Get a reference of a resource.
Definition Core.inl:14
Thread-safe event manager for registering, queuing, and dispatching events.
Definition EventManager.hpp:23
void ProcessEvents(void)
Process all queued events for a specific scheduler.
Definition EventManager.hpp:146
Definition EventSystem.hpp:6
void ProcessEvents(Engine::Core &core)
Definition EventSystem.hpp:8