diff --git a/SH3D/object/coordtable/coordtable.h b/SH3D/object/coordtable/coordtable.h deleted file mode 100644 index 2fd4ab6..0000000 --- a/SH3D/object/coordtable/coordtable.h +++ /dev/null @@ -1,20 +0,0 @@ -#ifndef COORDTABLE_H -#define COORDTABLE_H - -#include "coord.h" - -class CoordTable -{ -public: - CoordTable(int size=1); - CoordTable(const CoordTable& table,bool link); - ~CoordTable(); - Coord* getCoord(int num); -private: - Coord* m_coords; - int m_size; - bool m_byAllocation; // si il faut libérer la memoire à sa destruction ou si il est simplement une reference -}; - - -#endif \ No newline at end of file