From 7d78a93492a516f98b4cca69414e6a7a9765a7d0 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 10 Mar 2004 00:30:21 +0000 Subject: [PATCH] Initial commit --- vcg/simplex/vertex/with/cn.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vcg/simplex/vertex/with/cn.h diff --git a/vcg/simplex/vertex/with/cn.h b/vcg/simplex/vertex/with/cn.h new file mode 100644 index 00000000..a95e0d59 --- /dev/null +++ b/vcg/simplex/vertex/with/cn.h @@ -0,0 +1,23 @@ +#ifndef __VCGLIB_VERTEX__CN__TYPE +#define __VCGLIB_VERTEX__CN__TYPE + + +#define VERTEX_TYPE VertexCN + +#define __VCGLIB_VERTEX_N +#define __VCGLIB_VERTEX_C + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_N +#undef __VCGLIB_VERTEX_C + + +namespace vcg { +typedef VertexCN VertexCNf; +typedef VertexCN VertexCNd; +} + +#endif