SYNOPSIS #include <allegro.h> void floodfill(BITMAP *bmp, int x, int y, int color); DESCRIPTION Floodfills an enclosed area, starting at point (x, y), with the specified color.