.\" Generated by the Allegro makedoc utility .TH rect 3alleg4 "version 4.4.3" "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 (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4), .BR ex3d (3alleg4), .BR excamera (3alleg4)