Stores an array of gfx_mode structures. allegro game programming library.
#include <allegro.h>
typedef struct GFX_MODE_LIST
int num_modes; GFX_MODE *mode;
Structure returned by get_gfx_mode_list, which contains an array of GFX_MODE structures.
GFX_MODE(3alleg4), get_gfx_mode_list(3alleg4)