56 static void update(
float new_time);
59 static float current_time;
60 static float delta_time;
61 static float last_frame;
static float get_current_time()
Get the current time.
static void update(float new_time)
Update the time.
static float get_delta_time()
Get the time since the last frame.
static float get_fps()
Get the frames per second.