This commit is contained in:
ganovelli 2005-11-30 14:44:47 +00:00
parent 7f2aac509e
commit cc0e745c09
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __VCGLIB_FACE_RT_TYPE
#define __VCGLIB_FACE_RT_TYPE
#define FACE_TYPE FaceRT
#define __VCGLIB_FACE_RT
#include <vcg/simplex/face/base.h>
#undef FACE_TYPE
#undef __VCGLIB_FACE_RT
#endif