SYNOPSIS
#include <allegro.h>
void position_dialog(DIALOG *dialog, int x, int y);
DESCRIPTION
Moves an array of dialog objects to the specified screen position (specified as the top left corner of the dialog).
void position_dialog(DIALOG *dialog, int x, int y);