.\" Generated by the Allegro makedoc utility .TH alert3 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME alert3 \- Like alert(), but with three buttons. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int alert3(const char *s1, *s2, *s3, const char *b1, *b2, *b3, int c1, c2, c3); .SH DESCRIPTION Like alert(), but with three buttons. Returns 1, 2, or 3. .SH SEE ALSO .BR alert (3alleg4), .BR gui_fg_color (3alleg4)