shutdown_dialog - Man Page

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(3)

Referenced By

DIALOG_PLAYER(3), init_dialog(3).

version 4.4.3 Allegro manual