diff --git a/vcg/simplex/face/with/affc.h b/vcg/simplex/face/with/affc.h new file mode 100644 index 00000000..66044a98 --- /dev/null +++ b/vcg/simplex/face/with/affc.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_AFFC_TYPE +#define __VCGLIB_FACE_AFFC_TYPE + +#define FACE_TYPE FaceAFFC + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FC + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FC + +#endif