From 88a1c9432fec1d911a6e4424b19f60ba739869cd Mon Sep 17 00:00:00 2001 From: Milan Garnier Date: Thu, 18 Jul 2019 14:42:14 +0200 Subject: [PATCH] Supprimer 'SH3D/object/coordtable/coordtable.h' --- SH3D/object/coordtable/coordtable.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 SH3D/object/coordtable/coordtable.h 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