blob: 71d983075095b52bdeca9a47b3819207d242c5c1 [file] [log] [blame]
Alexander von Gluck IV56d920a2013-12-14 11:46:05 -06001/*
2 * Master include file for the Haiku OpenGL Kit.
3 */
4
5#include <GL/gl.h>
6#include <GLView.h>
7
8// Projects needing GL/glu.h and GL/glut.h should now
9// include these headers independently as glu and glut
Emil Velikov3b36ba42014-08-28 22:22:19 +010010// are no longer core parts of mesa