1alert3(3)                       Allegro manual                       alert3(3)
2
3
4

NAME

6       alert3 - Like alert(), but with three buttons. Allegro game programming
7       library.
8

SYNOPSIS

10       #include <allegro.h>
11
12
13       int alert3(const char *s1, *s2, *s3, const char *b1, *b2, *b3, int  c1,
14       c2, c3);
15

DESCRIPTION

17       Like alert(), but with three buttons. Returns 1, 2, or 3.
18
19

SEE ALSO

21       alert(3), gui_fg_color(3)
22
23
24
25Allegro                          version 4.4.3                       alert3(3)
Impressum