From 38db49c82744357343792476372ed08efd3e6d89 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 5 Jul 2005 11:26:09 +0000 Subject: [PATCH] first version --- vcg/simplex/face/with/affm.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vcg/simplex/face/with/affm.h diff --git a/vcg/simplex/face/with/affm.h b/vcg/simplex/face/with/affm.h new file mode 100644 index 00000000..5322657f --- /dev/null +++ b/vcg/simplex/face/with/affm.h @@ -0,0 +1,16 @@ +#ifndef __VCGLIB_FACE_AFFM_TYPE +#define __VCGLIB_FACE_AFFM_TYPE + +#define FACE_TYPE FaceAFFM + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FM + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FM + +#endif