.\" Generated by the Allegro makedoc utility .TH shutdown_dialog 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME shutdown_dialog \- Destroys a dialog player returned by init_dialog(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int shutdown_dialog(DIALOG_PLAYER *player); .SH 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()). .SH SEE ALSO .BR init_dialog (3alleg4)