diff --git a/vcg/simplex/edge/with/ea.h b/vcg/simplex/edge/with/ea.h new file mode 100644 index 00000000..3310b54f --- /dev/null +++ b/vcg/simplex/edge/with/ea.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_FACE_FA_TYPE +#define __VCGLIB_FACE_FA_TYPE + +#define FACE_TYPE FaceFA + +#define __VCGLIB_FACE_FA + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FA + +#endif