#include "game.hpp" GameSettings pkeSettings{}; void GameTick(double delta) { /* * ECS_Tick() gets called first because it updates the public * `EntitiesToBeRemoved` for all other ticks to use. */ ECS_Tick(delta); }