dispmap/svobject.h

19 lines
183 B
C
Raw Normal View History

2014-07-22 20:37:29 +04:00
#ifndef SVOBJECT_H
#define SVOBJECT_H
#include "svfigure.h"
2014-07-25 11:32:00 +04:00
class SvFigure;
2014-07-22 20:37:29 +04:00
class SvObject
{
protected:
SvFigure *m_figures;
public:
SvObject();
};
#endif // SVOBJECT_H