Kohi Game Engine
time_utils.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "defines.h"
4 
12 KAPI const char* time_as_string_from_seconds(f32 total_seconds);
This file contains global type definitions which are used throughout the entire engine and applicatio...
#define KAPI
Import/export qualifier.
Definition: defines.h:205
float f32
32-bit floating point number
Definition: defines.h:47
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....