|
Brenta Engine 1.2
|
Time subsystem. More...
#include <time.hpp>
Static Public Member Functions | |
| static float | get_current_time () |
| Get the current time. | |
| static float | get_delta_time () |
| Get the time since the last frame. | |
| static float | get_fps () |
| Get the frames per second. | |
| static void | update (float new_time) |
| Update the time. | |
Time subsystem.
This subsystem is used to manage the time of the engine. It is used to get the current time, the time since the last frame and the frames per second of the program.
|
static |
|
static |
|
static |
|
static |