diff --git a/vcg/simplex/face/face.h b/vcg/simplex/face/face.h new file mode 100644 index 00000000..976b5cdc --- /dev/null +++ b/vcg/simplex/face/face.h @@ -0,0 +1,10 @@ +#ifndef __VCGLIB_FACE_TYPE +#define __VCGLIB_FACE_TYPE + +#define FACE_TYPE Face + +#include + +#undef FACE_TYPE + +#endif \ No newline at end of file