From b12f308b33f785f9b3777f3f68b17629810230c2 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Thu, 28 Apr 2005 12:55:41 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/face/with/affn.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vcg/simplex/face/with/affn.h diff --git a/vcg/simplex/face/with/affn.h b/vcg/simplex/face/with/affn.h new file mode 100644 index 00000000..e26d7b44 --- /dev/null +++ b/vcg/simplex/face/with/affn.h @@ -0,0 +1,17 @@ +#ifndef __VCGLIB_FACE_AFFN_TYPE +#define __VCGLIB_FACE_AFFN_TYPE + +#define FACE_TYPE FaceAFFN + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FN + + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FN + +#endif \ No newline at end of file