*** empty log message ***
This commit is contained in:
parent
a0b3813df9
commit
b12f308b33
|
|
@ -0,0 +1,17 @@
|
||||||
|
#ifndef __VCGLIB_FACE_AFFN_TYPE
|
||||||
|
#define __VCGLIB_FACE_AFFN_TYPE
|
||||||
|
|
||||||
|
#define FACE_TYPE FaceAFFN
|
||||||
|
|
||||||
|
#define __VCGLIB_FACE_AF
|
||||||
|
#define __VCGLIB_FACE_FN
|
||||||
|
|
||||||
|
|
||||||
|
#include <vcg/simplex/face/base.h>
|
||||||
|
|
||||||
|
#undef FACE_TYPE
|
||||||
|
|
||||||
|
#undef __VCGLIB_FACE_AF
|
||||||
|
#undef __VCGLIB_FACE_FN
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Reference in New Issue