From 417940a2d5d33404d48cf9a72a1a52f42adf47d6 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 9 Mar 2004 14:16:55 +0000 Subject: [PATCH] Initial commit --- vcg/simplex/face/with/fafc.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/fafc.h diff --git a/vcg/simplex/face/with/fafc.h b/vcg/simplex/face/with/fafc.h new file mode 100644 index 00000000..21a13a94 --- /dev/null +++ b/vcg/simplex/face/with/fafc.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_FAFC_TYPE +#define __VCGLIB_FACE_FAFC_TYPE + +#define FACE_TYPE FaceFAFC + +#define __VCGLIB_FACE_FA +#define __VCGLIB_FACE_FC + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FA +#undef __VCGLIB_FACE_FC + +#endif