1shutdown_dialog(3)              Allegro manual              shutdown_dialog(3)
2
3
4

NAME

6       shutdown_dialog  -  Destroys a dialog player returned by init_dialog().
7       Allegro game programming library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int shutdown_dialog(DIALOG_PLAYER *player);
14

DESCRIPTION

16       Destroys a dialog player object returned  by  init_dialog(),  returning
17       the object that caused it to exit (this is the same as the return value
18       from do_dialog()).
19
20

SEE ALSO

22       init_dialog(3)
23
24
25
26Allegro                          version 4.2.2              shutdown_dialog(3)
Impressum