File: OpenGLKit.h

package info (click to toggle)
libglvnd 1.7.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,476 kB
  • sloc: xml: 52,727; ansic: 49,924; python: 852; makefile: 752; cpp: 596; sh: 109
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
/*
 * Master include file for the Haiku OpenGL Kit.
 */

#include <GL/gl.h>
#include <GLView.h>

// Projects needing GL/glu.h and GL/glut.h should now
// include these headers independently as glu and glut
// are no longer core parts of mesa