dispmap/svfigure.h
Andrey Tkachenko 5ab294bfa8 QtV2
2014-07-22 20:37:29 +04:00

18 lines
182 B
C++

#ifndef SVFIGURE_H
#define SVFIGURE_H
#include "svpoint.h"
#include "svcurve.h"
class SvFigure
{
protected:
SvPoint ends[2];
public:
SvFigure();
};
#endif // SVFIGURE_H