10 lines
141 B
C
10 lines
141 B
C
|
#ifndef __VCGLIB_FACE_TYPE
|
||
|
#define __VCGLIB_FACE_TYPE
|
||
|
|
||
|
#define FACE_TYPE Face
|
||
|
|
||
|
#include <vcg/simplex/face/base.h>
|
||
|
|
||
|
#undef FACE_TYPE
|
||
|
|
||
|
#endif
|