.\" Generated by the Allegro makedoc utility .TH fastline 3alleg4 "version 4.4.3" "Allegro" "Allegro manual" .SH NAME fastline \- Faster version of line(). Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void fastline(BITMAP *bmp, int x1, int y1, int x2, int y2, int color); .SH DESCRIPTION Faster version of the previous function. Note that pixel correctness is not guaranteed for this function. .SH SEE ALSO .BR line (3alleg4), .BR hline (3alleg4), .BR vline (3alleg4), .BR do_line (3alleg4), .BR drawing_mode (3alleg4), .BR makecol (3alleg4)