.\" Generated by the Allegro makedoc utility .TH broadcast_dialog_message 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME broadcast_dialog_message \- Broadcasts a message to all the objects in the active dialog. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int broadcast_dialog_message(int msg, int c); .SH DESCRIPTION Broadcasts a message to all the objects in the active dialog. If any of the dialog procedures return values other than D_O_K, it returns that value. .SH SEE ALSO .BR dialog_message (3alleg4), .BR active_dialog (3alleg4)