base face type only pointerto vertices

This commit is contained in:
Nico Pietroni 2004-05-06 13:06:48 +00:00
parent d0f8ae3c23
commit 4cfba6c4a3
1 changed files with 10 additions and 0 deletions

10
vcg/simplex/face/face.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef __VCGLIB_FACE_TYPE
#define __VCGLIB_FACE_TYPE
#define FACE_TYPE Face
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#endif