1centre_dialog(3) Allegro manual centre_dialog(3)
23
4
NAME
6centre_dialog - Centers an array of dialog objects. Allegro game pro‐
7gramming library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
void centre_dialog(DIALOG *dialog);
14
DESCRIPTION
16Moves an array of dialog objects so that it is centered in the screen.
1718
SEE ALSO
20position_dialog(3), set_dialog_color(3)
2122
23
24
Allegro version 4.4.3 centre_dialog(3)