From 966e1e52f0824b36e419edda2c7cd181bbe66011 Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Tue, 26 Apr 2005 09:36:17 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/face/with/affnfmrt.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 vcg/simplex/face/with/affnfmrt.h diff --git a/vcg/simplex/face/with/affnfmrt.h b/vcg/simplex/face/with/affnfmrt.h new file mode 100644 index 00000000..f55f0ccd --- /dev/null +++ b/vcg/simplex/face/with/affnfmrt.h @@ -0,0 +1,19 @@ +#ifndef __VCGLIB_FACE_AFAVFNFMRT_TYPE +#define __VCGLIB_FACE_AFAVFNFMRT_TYPE + +#define FACE_TYPE FaceAFFNFMRT + +#define __VCGLIB_FACE_AF +#define __VCGLIB_FACE_FN +#define __VCGLIB_FACE_FM +#define __VCGLIB_FACE_RT + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_AF +#undef __VCGLIB_FACE_FN +#undef __VCGLIB_FACE_FM +#undef __VCGLIB_FACE_RT +#endif \ No newline at end of file