#pragma once #include "vector.h" class CPointNo2D : public CPoint2D { public: CPointNo2D(void); ~CPointNo2D(void); int no; };