SYNOPSIS #include <allegro.h> void circlefill(BITMAP *bmp, int x, int y, int radius, int color); DESCRIPTION Draws a filled circle with the specified centre and radius.