The core is the place where all the data of the engine is stored. It contains the registry (entities)...
Definition Core.hpp:33
AScheduler(Core &core)
Constructor of the AScheduler class.
Definition AScheduler.hpp:20
std::function< void()> _callback
A callback function that will be called after all systems have been run.
Definition Startup.hpp:21
void RunSystems() override
Run the systems according to the scheduler policy.
Definition Startup.cpp:5
Startup(Core &core, const std::function< void()> &callback)
Constructor for the Startup scheduler.
Definition Startup.hpp:14
Definition AScheduler.cpp:7