R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Time.hpp
Go to the documentation of this file.
1#pragma once
2
9namespace Time {
18 extern float deltaTime;
19}
Namespace containing time-related utilities for the game.
Definition Time.hpp:9
float deltaTime
The time difference between the current frame and the last frame.
Definition Time.cpp:4