77 static void update(
float new_time);
80 static float current_time;
81 static float delta_time;
82 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.