vcglib/vcg/simplex/tetrahedron/with/tq.h

15 lines
216 B
C
Raw Normal View History

2004-05-05 15:09:37 +02:00
#ifndef __VCGLIB_TETRA_TQ_TYPE
#define __VCGLIB_TETRA_TQ_TYPE
2004-04-20 14:42:51 +02:00
2004-05-05 15:09:37 +02:00
#define TETRA_TYPE TetraTQ
2004-04-20 14:42:51 +02:00
2004-05-05 15:09:37 +02:00
#define __VCGLIB_TETRA_TQ
2004-04-20 14:42:51 +02:00
#include <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
2004-05-05 15:09:37 +02:00
#undef __VCGLIB_TETRA_TQ
2004-04-20 14:42:51 +02:00
#endif