From 99d05b351a7c76353dcbb1e8f2e687ed05750990 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 5 May 2004 16:30:34 +0000 Subject: [PATCH] with vertex-face topology --- vcg/simplex/face/with/av.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/face/with/av.h diff --git a/vcg/simplex/face/with/av.h b/vcg/simplex/face/with/av.h new file mode 100644 index 00000000..6a52308c --- /dev/null +++ b/vcg/simplex/face/with/av.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_AV_TYPE +#define __VCGLIB_FACE_AV_TYPE + +#define FACE_TYPE FaceAV + +#define __VCGLIB_FACE_AV + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AV + +#endif