.\" Generated by the Allegro makedoc utility .TH shutdown_menu 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME shutdown_menu \- Destroys a menu player object returned by init_menu(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int shutdown_menu(MENU_PLAYER *player); .SH DESCRIPTION Destroys a menu player object returned by init_menu(), returning the index of the menu item that was selected, or -1 if the menu was cancelled (this is the same as the return value from do_menu()). .SH SEE ALSO .BR init_menu (3alleg4), .BR update_menu (3alleg4)