|
Kohi Game Engine
|
#include "defines.h"Go to the source code of this file.
Functions | |
| KAPI const char * | time_as_string_from_seconds (f32 total_seconds) |
| Gets the formatted time as a string from the given number of seconds. The format is "hh:mm:ss.xx". More... | |
Gets the formatted time as a string from the given number of seconds. The format is "hh:mm:ss.xx".
| total_seconds | The total amount of seconds to extract the string from. |