#ifndef __VCURVEFIT_H__
#define __VCURVEFIT_H__

#include <tqstring.h>
#include <tqptrlist.h>
#include "KoPoint.h"

VPath *bezierFit(TQPtrList<KoPoint> &points,float error);

#endif