ALLEGRO_MSECS_TO_SECS
#define ALLEGRO_MSECS_TO_SECS(x) ((x) / 1000.0)
Introduced in 5.0.0
Convert milliseconds to seconds.
Most helpful discussions:
#define ALLEGRO_MSECS_TO_SECS(x) ((x) / 1000.0)
Introduced in 5.0.0
Convert milliseconds to seconds.
Most helpful discussions: