From 150036bb8b95dcb3b5f6ea79d04091d6fe0eea6c Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 15 Mar 2005 01:28:46 +0000 Subject: [PATCH] Initial Release --- vcg/simplex/face/with/avfnfq.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 vcg/simplex/face/with/avfnfq.h diff --git a/vcg/simplex/face/with/avfnfq.h b/vcg/simplex/face/with/avfnfq.h new file mode 100644 index 00000000..70e00be9 --- /dev/null +++ b/vcg/simplex/face/with/avfnfq.h @@ -0,0 +1,18 @@ +#ifndef __VCGLIB_FACE_AVFNFQ_TYPE +#define __VCGLIB_FACE_AVFNFQ_TYPE + +#define FACE_TYPE FaceAVFNFQ + +#define __VCGLIB_FACE_FN +#define __VCGLIB_FACE_AV +#define __VCGLIB_FACE_FQ + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FN +#undef __VCGLIB_FACE_AV +#undef __VCGLIB_FACE_FQ + +#endif