From f2e35aaf0d705bdf7786e0ca15085cab4c79bf9b Mon Sep 17 00:00:00 2001 From: ganovelli Date: Thu, 5 Jul 2007 16:35:29 +0000 Subject: [PATCH] precompiler directives --- wrap/gl/gl_geometry.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wrap/gl/gl_geometry.h b/wrap/gl/gl_geometry.h index 9befe4df..0cda7669 100644 --- a/wrap/gl/gl_geometry.h +++ b/wrap/gl/gl_geometry.h @@ -1,3 +1,6 @@ +#ifndef _VCG_GL_GEOMETRY_ +#define _VCG_GL_GEOMETRY_ + /* Portion of this file were more or less adapted from * freeglut_geometry.c * @@ -219,3 +222,5 @@ void glutWireSphere(GLdouble radius, GLint slices, GLint stacks) free(cost2); } +#endif + \ No newline at end of file