From 2e895eaf227fb55585251bc6dbf38f8462f37372 Mon Sep 17 00:00:00 2001 From: cnr-isti-vclab Date: Fri, 9 Sep 2005 13:09:14 +0000 Subject: [PATCH] Initial Commit. --- vcg/simplex/face/with/fmfn.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/fmfn.h diff --git a/vcg/simplex/face/with/fmfn.h b/vcg/simplex/face/with/fmfn.h new file mode 100644 index 00000000..6fdc6595 --- /dev/null +++ b/vcg/simplex/face/with/fmfn.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_FMFN_TYPE +#define __VCGLIB_FACE_FMFN_TYPE + +#define FACE_TYPE FaceFMFN + +#define __VCGLIB_FACE_FM +#define __VCGLIB_FACE_FN + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FM +#undef __VCGLIB_FACE_FN + +#endif \ No newline at end of file