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