bionic (3) shutdown_dialog.3alleg4.gz

Provided by: allegro4-doc_4.4.2-10_all bug

NAME

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

SYNOPSIS

       #include <allegro.h>

       int shutdown_dialog(DIALOG_PLAYER *player);

DESCRIPTION

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

SEE ALSO

       init_dialog(3alleg4)