diff --git a/vcg/simplex/face/with/av.h b/vcg/simplex/face/with/av.h new file mode 100644 index 00000000..6a52308c --- /dev/null +++ b/vcg/simplex/face/with/av.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_AV_TYPE +#define __VCGLIB_FACE_AV_TYPE + +#define FACE_TYPE FaceAV + +#define __VCGLIB_FACE_AV + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AV + +#endif