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

16 lines
165 B
C++

#ifndef SVOBJECT_H
#define SVOBJECT_H
#include "svfigure.h"
class SvObject
{
protected:
SvFigure *m_figures;
public:
SvObject();
};
#endif // SVOBJECT_H