.\" Generated by the Allegro makedoc utility .TH exconfig 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME exconfig \- Using the configuration routines. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B Example exconfig .SH DESCRIPTION This is a very simple program showing how to use the Allegro configuration (ini file) routines. A first look at the example shows nothing more than a static graphic and the wait for a key press. However, the way this graphic is displayed is configured through a custom exconfig.ini file which is loaded manually. From this file the example obtains parameters like fullscreen/windowed mode, a specific graphic resolution to set up, which graphic to show, how to blit it on the screen, etc. .SH SEE ALSO .BR BITMAP (3alleg4), .BR END_OF_MAIN (3alleg4), .BR RGB (3alleg4), .BR SCREEN_H (3alleg4), .BR SCREEN_W (3alleg4), .BR allegro_init (3alleg4), .BR allegro_message (3alleg4), .BR blit (3alleg4), .BR clear_bitmap (3alleg4), .BR destroy_bitmap (3alleg4), .BR font (3alleg4), .BR get_config_argv (3alleg4), .BR get_config_int (3alleg4), .BR get_config_string (3alleg4), .BR install_keyboard (3alleg4), .BR line (3alleg4), .BR load_bitmap (3alleg4), .BR makecol (3alleg4), .BR pop_config_state (3alleg4), .BR push_config_state (3alleg4), .BR readkey (3alleg4), .BR screen (3alleg4), .BR set_color_depth (3alleg4), .BR set_config_file (3alleg4), .BR set_gfx_mode (3alleg4), .BR set_palette (3alleg4), .BR stretch_blit (3alleg4), .BR textout_centre_ex (3alleg4), .BR textprintf_centre_ex (3alleg4), .BR ustrdup (3alleg4), .BR ustricmp (3alleg4)