diff --git a/vcg/simplex/face/with/af.h b/vcg/simplex/face/with/af.h new file mode 100644 index 00000000..e2eedf2b --- /dev/null +++ b/vcg/simplex/face/with/af.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_AF_TYPE +#define __VCGLIB_FACE_AF_TYPE + +#define FACE_TYPE FaceAF + +#define __VCGLIB_FACE_AF + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF + +#endif