From 73f3a54b0c5e3db8a2e6e244dcd3f8cae48cb5d3 Mon Sep 17 00:00:00 2001 From: ganovelli Date: Mon, 28 Jun 2004 13:25:02 +0000 Subject: [PATCH] created --- vcg/simplex/face/with/fcfn.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/fcfn.h diff --git a/vcg/simplex/face/with/fcfn.h b/vcg/simplex/face/with/fcfn.h new file mode 100644 index 00000000..9c205365 --- /dev/null +++ b/vcg/simplex/face/with/fcfn.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_FCFN_TYPE +#define __VCGLIB_FACE_FCFN_TYPE + +#define FACE_TYPE FaceFCFN + +#define __VCGLIB_FACE_FC +#define __VCGLIB_FACE_FN + +#include + +#undef FACE_TYPE + +#define __VCGLIB_FACE_FC +#define __VCGLIB_FACE_FN + +#endif