Initial Commit
This commit is contained in:
parent
c3db21bd39
commit
08f4270101
|
@ -0,0 +1,23 @@
|
|||
#ifndef __VCGLIB_FACE_AFAVFCFNFMRT_TYPE
|
||||
#define __VCGLIB_FACE_AFAVFCFNFMRT_TYPE
|
||||
|
||||
#define FACE_TYPE FaceAFAVFCFNFMRT
|
||||
|
||||
#define __VCGLIB_FACE_AF
|
||||
#define __VCGLIB_FACE_AV
|
||||
#define __VCGLIB_FACE_FC
|
||||
#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_AV
|
||||
#undef __VCGLIB_FACE_FC
|
||||
#undef __VCGLIB_FACE_FN
|
||||
#undef __VCGLIB_FACE_FM
|
||||
#undef __VCGLIB_FACE_RT
|
||||
#endif
|
Loading…
Reference in New Issue