#include extern int MakeET(AWindow * w, Point * pts, int npts, ZInfo * zinfo); void FillPolygon(AWindow * w, Point * pts, int npts, ZInfo * zinfo) { MakeET(w, pts, npts, zinfo); }