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

15 lines
216 B
C
Raw Normal View History

2004-05-05 14:23:25 +02:00
#ifndef __VCGLIB_TETRA_TN_TYPE
#define __VCGLIB_TETRA_TN_TYPE
#define TETRA_TYPE TetraTN
#define __VCGLIB_TETRA_TN
#include <vcg/simplex/tetrahedron/base.h>
#undef TETRA_TYPE
#undef __VCGLIB_TETRA_TN
#endif