Initial Release

This commit is contained in:
Paolo Cignoni 2005-03-15 01:28:46 +00:00
parent f86843bdb8
commit 150036bb8b
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#ifndef __VCGLIB_FACE_AVFNFQ_TYPE
#define __VCGLIB_FACE_AVFNFQ_TYPE
#define FACE_TYPE FaceAVFNFQ
#define __VCGLIB_FACE_FN
#define __VCGLIB_FACE_AV
#define __VCGLIB_FACE_FQ
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_FN
#undef __VCGLIB_FACE_AV
#undef __VCGLIB_FACE_FQ
#endif