#include "Vlib.h" void VDrawSegments(Viewport * v, Segment * seg, int nseg, Color color) { v->DrawSegments(v, seg, nseg, color); }