created
This commit is contained in:
parent
124e8402ba
commit
d7799df3d6
|
@ -0,0 +1,10 @@
|
|||
#ifndef __VCGLIB_EDGE_TYPE
|
||||
#define __VCGLIB_EDGE_TYPE
|
||||
|
||||
#define EDGE_TYPE Edge
|
||||
|
||||
#include <vcg/simplex/edge/base.h>
|
||||
|
||||
#undef EDGE_TYPE
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue