.\" Generated by the Allegro makedoc utility .TH GFX_MODE_LIST 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME GFX_MODE_LIST \- Stores an array of GFX_MODE structures. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B typedef struct GFX_MODE_LIST .SH DESCRIPTION .nf int num_modes; GFX_MODE *mode; .fi Structure returned by get_gfx_mode_list, which contains an array of GFX_MODE structures. .SH SEE ALSO .BR GFX_MODE (3alleg4), .BR get_gfx_mode_list (3alleg4)