.\" Generated by the Allegro makedoc utility .TH rect 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME rect \- Draws an outline rectangle. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void rect(BITMAP *bmp, int x1, int y1, int x2, int y2, int color); .SH DESCRIPTION Draws an outline rectangle with the two points as its opposite corners. .SH SEE ALSO .BR rectfill (3), .BR drawing_mode (3), .BR makecol (3), .BR ex3d (3), .BR excamera (3)