28 std::chrono::steady_clock::time_point _lastTime;
DeltaTime class which handles the delta time.
Definition: DeltaTime.hpp:16
void update()
Updates the delta time.
Definition: DeltaTime.cpp:16
DeltaTime()
Definition: DeltaTime.cpp:10
const float & getDeltaTime() const
Getter for the delta time.
Definition: DeltaTime.cpp:25
Definition: AssetManager.hpp:15