1shutdown_dialog(3) Allegro manual shutdown_dialog(3)
23
4
NAME
6shutdown_dialog - Destroys a dialog player returned by init_dialog().
7Allegro game programming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int shutdown_dialog(DIALOG_PLAYER *player);
14
DESCRIPTION
16Destroys a dialog player object returned by init_dialog(), returning
17the object that caused it to exit (this is the same as the return value
18from do_dialog()).
1920
SEE ALSO
22init_dialog(3)
2324
25
26
Allegro version 4.4.2 shutdown_dialog(3)