3#include <entt/entt.hpp>
AScheduler(Core &core)
Constructor of the AScheduler class.
Definition AScheduler.hpp:20
Shutdown scheduler that runs systems only once when engine shuts down.
Definition Shutdown.hpp:10
AScheduler(Core &core)
Constructor of the AScheduler class.
Definition AScheduler.hpp:20
void RunSystems() override
Run the systems according to the scheduler policy.
Definition Shutdown.cpp:6
Definition AScheduler.cpp:7