circle - Draws a circle. Allegro game programming library.
#include <allegro.h> void circle(BITMAP *bmp, int x, int y, int radius, int color);
Draws a circle with the specified centre and radius.
ellipse(3alleg), arc(3alleg), circlefill(3alleg), do_circle(3alleg), drawing_mode(3alleg), makecol(3alleg), ex12bit(3alleg), exblend(3alleg), excustom(3alleg), exjoy(3alleg), exmem(3alleg), exmouse(3alleg), exquat(3alleg), exsprite(3alleg)