Import OpenGL kit headers, thanks to Mesa3D project.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13280 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Philippe Houdoin
2005-06-26 13:50:18 +00:00
parent 025793417a
commit 0061feaff0
7 changed files with 9622 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
/*
* Master include file for the OpenGL Kit.
*
*/
#include <GL/fgl.h>
#include <GL/fglu.h>
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
#include <GL/glx.h>
#include <GL/glxint.h>
#include <GL/glxmd.h>
#include <GL/glxproto.h>
#include <GL/glxtokens.h>
#include <GLView.h>
#include <aux.h>
#include <ctk.h>
#include <tk.h>