From 8d094c17b926966d488ec25f2684539bcdde8130 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Fri, 14 May 2004 11:28:15 +0000 Subject: [PATCH] created --- vcg/simplex/face/with/rtfcfmfn.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 vcg/simplex/face/with/rtfcfmfn.h 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