From 286971f8ae24a2ad20b1cb8a65b7b4570face36e Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 16:29:33 +0000 Subject: [PATCH] with face topology --- vcg/simplex/face/with/af.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/face/with/af.h diff --git a/vcg/simplex/face/with/af.h b/vcg/simplex/face/with/af.h new file mode 100644 index 00000000..e2eedf2b --- /dev/null +++ b/vcg/simplex/face/with/af.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_AF_TYPE +#define __VCGLIB_FACE_AF_TYPE + +#define FACE_TYPE FaceAF + +#define __VCGLIB_FACE_AF + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF + +#endif