Supprimer 'SH3D/object/model/genericmodel.h'

This commit is contained in:
Milan Garnier 2019-07-18 14:43:03 +02:00
parent 3d66252108
commit 47e84e98a6
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#ifndef GENERICMODEL_H
#define GENERICMODEL_H
#include "source\eng3d\object\coordtable\coordtable.h"
class GenericModel
{
public:
GenericModel();
GenericModel(CoordTable& tcoords, bool link);
CoordTable* coords;
}
#endif