Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Time Utilities

Utility functions for time management. More...

Functions

float get_time_in_seconds ()
 Retrieves the current time in seconds.
 

Detailed Description

Utility functions for time management.

Function Documentation

◆ get_time_in_seconds()

float get_time_in_seconds ( )

Retrieves the current time in seconds.

This function returns the current time in seconds as a floating-point number. It can be used for measuring elapsed time or for other time-related calculations.

Returns
The current time in seconds.