*** empty log message ***

This commit is contained in:
Nico Pietroni 2005-04-26 09:36:17 +00:00
parent 1fa8b3ec4b
commit 966e1e52f0
1 changed files with 19 additions and 0 deletions

View File

@ -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 <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_AF
#undef __VCGLIB_FACE_FN
#undef __VCGLIB_FACE_FM
#undef __VCGLIB_FACE_RT
#endif