1ALLEGRO_BPS_TO_SECS(3) Library Functions Manual ALLEGRO_BPS_TO_SECS(3)
23
4
NAME
6ALLEGRO_BPS_TO_SECS
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
#define ALLEGRO_BPS_TO_SECS(x) (1.0 / (x))
12
DESCRIPTION
14Convert beats per second to seconds.
1516
17
18
Allegro reference manual ALLEGRO_BPS_TO_SECS(3)