allegro_init - Macro to initialise the Allegro library.
Contents
Description
Macro which initialises the Allegro library. This is the same thing as calling
install_allegro(SYSTEM_AUTODETECT, &errno, atexit).
Name
allegro_init - Macro to initialise the Allegro library.
See Also
install_allegro(3alleg4), allegro_exit(3alleg4) Allegro version 4.4.3 allegro_init(3alleg4)
Synopsis
#include<allegro.h>intallegro_init();
