.\" Generated by the Allegro makedoc utility .TH circle 3 "version 4.2.2" "Allegro" "Allegro manual" .SH NAME circle \- Draws a circle. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B void circle(BITMAP *bmp, int x, int y, int radius, int color); .SH DESCRIPTION Draws a circle with the specified centre and radius. .SH SEE ALSO .BR ellipse (3), .BR arc (3), .BR circlefill (3), .BR do_circle (3), .BR drawing_mode (3), .BR makecol (3), .BR ex12bit (3), .BR exblend (3), .BR excustom (3), .BR exjoy (3), .BR exmem (3), .BR exmouse (3), .BR exquat (3), .BR exsprite (3)