diff --git a/vcg/simplex/vertex/with/vn.h b/vcg/simplex/vertex/with/vn.h new file mode 100644 index 00000000..8cfe1f53 --- /dev/null +++ b/vcg/simplex/vertex/with/vn.h @@ -0,0 +1,21 @@ +#ifndef __VCGLIB_VERTEX__VN__TYPE +#define __VCGLIB_VERTEX__VN__TYPE + + +#define VERTEX_TYPE VertexVN + +#define __VCGLIB_VERTEX_VN + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_VN + + +namespace vcg { +typedef VertexVN VertexVNf; +typedef VertexVN VertexVNd; +} + +#endif