shutdown_dialog
Destroys a dialog player returned by init_dialog(). Allegro game programming library.
- Provided by: allegro4-doc (Version: 2:4.4.3.1-4.1build3)
- Source: allegro4.4
- Report a bug
Destroys a dialog player returned by init_dialog(). Allegro game programming library.
#include <allegro.h>
int shutdown_dialog(DIALOG_PLAYER *player);
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()).
init_dialog(3alleg4)