ALLEGRO_MSECS_TO_SECS - Allegro 5 API
#include <allegro5/allegro.h> #define ALLEGRO_MSECS_TO_SECS(x) ((x) / 1000.0)
Convert milliseconds to seconds.