#include void VFillRectangle (Viewport *v, int x, int y, int w, int h, Color c) { if (v->FillRectangle) { v->FillRectangle( v, x, y, w, h, c ); } }