Function TCOD_sys_elapsed_seconds

Function Documentation

float TCOD_sys_elapsed_seconds(void)

Returns the number of seconds since the start of the program.

Deprecated since version 1.19: Use SDL_GetTicks and convert the result into seconds instead of using this function.