// // Created by sebastian on 14.02.26. // #include "EngineTime.h" float EngineTime::deltaTime = 0.0f; float EngineTime::totalTime = 0.0f;