SYNOPSIS
#include <allegro.h>
int broadcast_dialog_message(int msg, int c);
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.
int broadcast_dialog_message(int msg, int c);