From 152e3b1022207590e6b95288eadedbda1dd0ab17 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 12:23:25 +0000 Subject: [PATCH] with normal --- vcg/simplex/tetrahedron/with/tn.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/tetrahedron/with/tn.h diff --git a/vcg/simplex/tetrahedron/with/tn.h b/vcg/simplex/tetrahedron/with/tn.h new file mode 100644 index 00000000..93cd2d8a --- /dev/null +++ b/vcg/simplex/tetrahedron/with/tn.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_TETRA_TN_TYPE +#define __VCGLIB_TETRA_TN_TYPE + +#define TETRA_TYPE TetraTN + +#define __VCGLIB_TETRA_TN + +#include + +#undef TETRA_TYPE + +#undef __VCGLIB_TETRA_TN + +#endif