File: glu_util.h

package info (click to toggle)
libopengl-perl 0.62%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,700 kB
  • ctags: 1,405
  • sloc: perl: 9,527; ansic: 6,001; makefile: 95; sh: 48
file content (18 lines) | stat: -rw-r--r-- 324 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#if defined(HAVE_AGL_GLUT)
#include <OpenGL/glu.h>
#else
#include <GL/glu.h>
#endif

#ifndef GLU_VERSION_1_0
#define GLU_VERSION_1_0 1
#endif

#ifdef GLU_VERSION_1_0
#ifndef GLU_VERSION_1_1
typedef GLUnurbs		GLUnurbsObj;
typedef GLUtriangulatorObj	GLUtriangulatorObj;
typedef GLUquadricObj		GLUquadricObjObj;
#endif
#endif