logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fastline - Faster version of line(). Allegro game programming library.

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);

See Also