vcglib/vcg/simplex/face/face.h

10 lines
141 B
C
Raw Normal View History

2004-05-06 15:06:48 +02:00
#ifndef __VCGLIB_FACE_TYPE
#define __VCGLIB_FACE_TYPE
#define FACE_TYPE Face
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#endif