created
This commit is contained in:
parent
260665c528
commit
73f3a54b0c
|
@ -0,0 +1,16 @@
|
||||||
|
#ifndef __VCGLIB_FACE_FCFN_TYPE
|
||||||
|
#define __VCGLIB_FACE_FCFN_TYPE
|
||||||
|
|
||||||
|
#define FACE_TYPE FaceFCFN
|
||||||
|
|
||||||
|
#define __VCGLIB_FACE_FC
|
||||||
|
#define __VCGLIB_FACE_FN
|
||||||
|
|
||||||
|
#include <vcg/simplex/face/base.h>
|
||||||
|
|
||||||
|
#undef FACE_TYPE
|
||||||
|
|
||||||
|
#define __VCGLIB_FACE_FC
|
||||||
|
#define __VCGLIB_FACE_FN
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue