11 lines
142 B
C
11 lines
142 B
C
|
#ifndef __VCGLIB_EDGE_TYPE
|
||
|
#define __VCGLIB_EDGE_TYPE
|
||
|
|
||
|
#define EDGE_TYPE Edge
|
||
|
|
||
|
#include <vcg/simplex/edge/base.h>
|
||
|
|
||
|
#undef EDGE_TYPE
|
||
|
|
||
|
#endif
|