This commit is contained in:
ganovelli 2004-05-14 11:28:15 +00:00
parent 98247c842b
commit 8d094c17b9
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
#ifndef __VCGLIB_FACE_RTFMFN_TYPE
#define __VCGLIB_FACE_RTFMFN_TYPE
#define FACE_TYPE FaceRTFCFMFN
#define __VCGLIB_FACE_RT
#define __VCGLIB_FACE_FC
#define __VCGLIB_FACE_FM
#define __VCGLIB_FACE_FN
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_RT
#undef __VCGLIB_FACE_FC
#undef __VCGLIB_FACE_FM
#undef __VCGLIB_FACE_FN
#endif