|
NAMEshutdown_dialog - Destroys a dialog player returned by init_dialog(). Allegro game programming library.SYNOPSIS#include <allegro.h>int shutdown_dialog(DIALOG_PLAYER *player); DESCRIPTIONDestroys 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 ALSOinit_dialog(3)
Visit the GSP FreeBSD Man Page Interface. |