logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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

Name

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

See Also

init_dialog(3alleg4)

Allegro                                           version 4.4.3                         shutdown_dialog(3alleg4)

Synopsis

#include<allegro.h>intshutdown_dialog(DIALOG_PLAYER*player);

See Also