vcglib/vcg/simplex/edge/with/ae.h

15 lines
202 B
C
Raw Normal View History

2004-05-10 16:45:46 +02:00
#ifndef __VCGLIB_EDGE_AE_TYPE
#define __VCGLIB_EDGE_AE_TYPE
#define EDGE_TYPE EdgeAE
#define __VCGLIB_EDGE_AE
#include <vcg/simplex/edge/base.h>
#undef EDGE_TYPE
#undef __VCGLIB_EDGE_AE
#endif