diff --git a/vcg/simplex/face/with/rtfcfmfn.h b/vcg/simplex/face/with/rtfcfmfn.h new file mode 100644 index 00000000..be19bb34 --- /dev/null +++ b/vcg/simplex/face/with/rtfcfmfn.h @@ -0,0 +1,20 @@ +#ifndef __VCGLIB_FACE_RTFMFN_TYPE +#define __VCGLIB_FACE_RTFMFN_TYPE + +#define FACE_TYPE FaceRTFCFMFN + +#define __VCGLIB_FACE_RT +#define __VCGLIB_FACE_FC +#define __VCGLIB_FACE_FM +#define __VCGLIB_FACE_FN + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_RT +#undef __VCGLIB_FACE_FC +#undef __VCGLIB_FACE_FM +#undef __VCGLIB_FACE_FN + +#endif