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:
@@ -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>
|
||||
Reference in New Issue
Block a user