From 5f842ad53e3e374459382f2f71539fa0b84e8f3b Mon Sep 17 00:00:00 2001 From: nicopietroni Date: Wed, 26 Jul 2006 08:13:57 +0000 Subject: [PATCH] *** empty log message *** --- vcg/simplex/edge/with/emef.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/edge/with/emef.h diff --git a/vcg/simplex/edge/with/emef.h b/vcg/simplex/edge/with/emef.h new file mode 100644 index 00000000..b19780d1 --- /dev/null +++ b/vcg/simplex/edge/with/emef.h @@ -0,0 +1,14 @@ +#ifndef __VCGLIB_EDGE_EM_TYPE +#define __VCGLIB_EDGE_EM_TYPE + +#define EDGE_TYPE EdgeEMEF +#define __VCGLIB_EDGE_EM +#define __VCGLIB_EDGE_EF + +#include + +#undef EDGE_TYPE +#undef __VCGLIB_EDGE_EF +#undef __VCGLIB_EDGE_EM + +#endif