1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH al_get_system_config 3 "" "Allegro reference manual"
.SH NAME
.PP
al_get_system_config \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
ALLEGRO_CONFIG\ *al_get_system_config(void)
\f[]
.fi
.SH DESCRIPTION
.PP
Returns the current system configuration structure, or NULL if there is
no active system driver.
The returned configuration should not be destroyed with
al_destroy_config(3).
This is mainly used for configuring Allegro and its addons.
|