table of contents
other versions
- Tumbleweed 5.2.10.1-1.3
- Leap-15.6
ALLEGRO_MSECS_TO_SECS(3) | ALLEGRO_MSECS_TO_SECS(3) |
NAME¶
ALLEGRO_MSECS_TO_SECS - Allegro 5 API
SYNOPSIS¶
-
#include <allegro5/allegro.h> #define ALLEGRO_MSECS_TO_SECS(x) ((x) / 1000.0)
DESCRIPTION¶
Convert milliseconds to seconds.
Allegro reference manual |