diff --git a/vcg/simplex/face/with/fa.h b/vcg/simplex/face/with/fa.h index 4ecc96df..3310b54f 100644 --- a/vcg/simplex/face/with/fa.h +++ b/vcg/simplex/face/with/fa.h @@ -1,14 +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 \ No newline at end of file +#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 diff --git a/vcg/simplex/face/with/fc.h b/vcg/simplex/face/with/fc.h index 4933330f..e467edba 100644 --- a/vcg/simplex/face/with/fc.h +++ b/vcg/simplex/face/with/fc.h @@ -1,14 +1,14 @@ -#ifndef __VCGLIB_FACE_FC_TYPE -#define __VCGLIB_FACE_FC_TYPE - -#define FACE_TYPE FaceFC - -#define __VCGLIB_FACE_FC - -#include - -#undef FACE_TYPE - -#undef __VCGLIB_FACE_FC - -#endif \ No newline at end of file +#ifndef __VCGLIB_FACE_FC_TYPE +#define __VCGLIB_FACE_FC_TYPE + +#define FACE_TYPE FaceFC + +#define __VCGLIB_FACE_FC + +#include + +#undef FACE_TYPE + +#undef __VCGLIB_FACE_FC + +#endif diff --git a/vcg/simplex/vertex/with/n.h b/vcg/simplex/vertex/with/n.h index 5a337b20..c183074c 100644 --- a/vcg/simplex/vertex/with/n.h +++ b/vcg/simplex/vertex/with/n.h @@ -1,20 +1,21 @@ -#ifndef __VCGLIB_VERTEX__N__TYPE -#define __VCGLIB_VERTEX__N__TYPE - -#define VERTEX_TYPE VertexN - -#define __VCGLIB_VERTEX_N - -#include - -#undef VERTEX_TYPE - -#undef __VCGLIB_VERTEX_N - -namespace vcg { - -typedef VertexN VertexNf; -typedef VertexN VertexNd; - -} -#endif \ No newline at end of file +#ifndef __VCGLIB_VERTEX__N__TYPE +#define __VCGLIB_VERTEX__N__TYPE + + +#define VERTEX_TYPE VertexN + +#define __VCGLIB_VERTEX_N + +#include + + +#undef VERTEX_TYPE +#undef __VCGLIB_VERTEX_N + + +namespace vcg { +typedef VertexN VertexNf; +typedef VertexN VertexNd; +} + +#endif