GFX_MODE_LIST - Stores an array of GFX_MODE structures. Allegro game programming library.
Contents
Description
int num_modes;
GFX_MODE *mode;
Structure returned by get_gfx_mode_list, which contains an array of GFX_MODE structures.
Name
GFX_MODE_LIST - Stores an array of GFX_MODE structures. Allegro game programming library.
See Also
GFX_MODE(3alleg4), get_gfx_mode_list(3alleg4) Allegro version 4.4.3 GFX_MODE_LIST(3alleg4)
Synopsis
#include<allegro.h>typedefstructGFX_MODE_LIST
