creation
This commit is contained in:
parent
7f2aac509e
commit
cc0e745c09
|
@ -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
|
Loading…
Reference in New Issue