This commit is contained in:
ganovelli 2004-10-25 16:08:08 +00:00
parent 124e8402ba
commit d7799df3d6
1 changed files with 10 additions and 0 deletions

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

@ -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