precompiler directives

This commit is contained in:
ganovelli 2007-07-05 16:35:29 +00:00
parent 96adfb6f7c
commit f2e35aaf0d
1 changed files with 5 additions and 0 deletions

View File

@ -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