#ifndef FLOODFILL_H #define FLOODFILL_H int floodfill(int x, int y, int w, int h, char **data); #endif