diff --git a/vcg/simplex/face/with/affn.h b/vcg/simplex/face/with/affn.h new file mode 100644 index 00000000..e26d7b44 --- /dev/null +++ b/vcg/simplex/face/with/affn.h @@ -0,0 +1,17 @@ +#ifndef __VCGLIB_FACE_AFFN_TYPE +#define __VCGLIB_FACE_AFFN_TYPE + +#define FACE_TYPE FaceAFFN + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FN + + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FN + +#endif \ No newline at end of file