27 lines
214 B
C
27 lines
214 B
C
|
#ifndef __VCGLIB_FACE_WT_TYPE
|
||
|
|
||
|
#define __VCGLIB_FACE_WT_TYPE
|
||
|
|
||
|
|
||
|
|
||
|
#define FACE_TYPE FaceWT
|
||
|
|
||
|
|
||
|
|
||
|
#define __VCGLIB_FACE_WT
|
||
|
|
||
|
|
||
|
|
||
|
#include <vcg/simplex/face/base.h>
|
||
|
|
||
|
|
||
|
|
||
|
#undef FACE_TYPE
|
||
|
|
||
|
|
||
|
|
||
|
#undef __VCGLIB_FACE_WT
|
||
|
|
||
|
|
||
|
|
||
|
#endif
|