fastline - Faster version of line(). Allegro game programming library.
Contents
Description
Faster version of the previous function. Note that pixel correctness is not guaranteed for this function.
Name
fastline - Faster version of line(). Allegro game programming library.
See Also
line(3alleg4), hline(3alleg4), vline(3alleg4), do_line(3alleg4), drawing_mode(3alleg4), makecol(3alleg4) Allegro version 4.4.3 fastline(3alleg4)
Synopsis
#include<allegro.h>voidfastline(BITMAP*bmp,intx1,inty1,intx2,inty2,intcolor);
