1alert3(3) Allegro manual alert3(3)
23
4
NAME
6alert3 - Like alert(), but with three buttons. Allegro game programming
7library.
8
SYNOPSIS
10#include <allegro.h>
1112
13
int alert3(const char *s1, *s2, *s3, const char *b1, *b2, *b3, int c1,
14c2, c3);
15
DESCRIPTION
17Like alert(), but with three buttons. Returns 1, 2, or 3.
1819
SEE ALSO
21alert(3), gui_fg_color(3)
2223
24
25
Allegro version 4.4.3 alert3(3)