1MENU_PLAYER(3) Allegro manual MENU_PLAYER(3)
23
4
NAME
6MENU_PLAYER - Stores GUI data internally used by Allegro.
7
SYNOPSIS
9#include <allegro.h>
1011
12
typedef struct MENU_PLAYER
13
DESCRIPTION
15A structure which holds GUI data used internally by Allegro. Read the
16documentation of init_menu() for a description on how to obtain/use
17this structure.
1819
SEE ALSO
21init_menu(3), update_menu(3), shutdown_menu(3)
2223
24
25
Allegro version 4.2.2 MENU_PLAYER(3)