From f6c416728a4af13a3df4a7f2b17c77d693f2508a Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 29 Apr 2004 12:31:39 +0000 Subject: [PATCH] created --- vcg/simplex/edge/with/ea.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 vcg/simplex/edge/with/ea.h 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