Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
shutdown_dialog(3)		 Allegro manual 	      shutdown_dialog(3)

NAME
     shutdown_dialog - Destroys a dialog player returned by init_dialog(). Alle-
     gro 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)

Allegro 			  version 4.4.3 	      shutdown_dialog(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=shutdown_dialog&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help