diff --git a/vcg/simplex/tetrahedron/with/at.h b/vcg/simplex/tetrahedron/with/at.h new file mode 100644 index 00000000..6919adc1 --- /dev/null +++ b/vcg/simplex/tetrahedron/with/at.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_TETRA_AT_TYPE +#define __VCGLIB_TETRA_AT_TYPE + +#define TETRA_TYPE TetraAT + +#define __VCGLIB_TETRA_AT + +#include + +#undef TETRA_TYPE + +#undef __VCGLIB_TETRA_AT + +#endif