/* ************************************************************************** */ /* */ /* ML_polygon.c */ /* | Project : monochromelib */ /* */ /* By: Pierre "PierrotLL" Le Gall */ /* Last updated: 2011/11/22 */ /* */ /* ************************************************************************** */ #include void ML_polygon(const int *x, const int *y, int nb_vertices, ML_Color color) { int i; if(nb_vertices < 1) return; for(i=0 ; i