77 static void Update(
float newTime);
80 static float currentTime;
81 static float deltaTime;
82 static float lastFrame;
static float GetFPS()
Get the frames per second.
static float GetDeltaTime()
Get the time since the last frame.
static void Update(float newTime)
Update the time.
static float GetCurrentTime()
Get the current time.