OpenGL.h
Go to the documentation of this file.
00001 // Copyright 2008 Isis Innovation Limited
00002 #ifndef __OPENGL_INCLUDES_H
00003 #define __OPENGL_INCLUDES_H
00004 
00005 #ifdef _LINUX
00006 #include <GL/gl.h>
00007 #include <GL/glext.h>
00008 #endif
00009 
00010 #ifdef _OSX
00011 #include <OpenGL/gl.h>
00012 #include <OpenGL/glext.h>
00013 #endif
00014 
00015 #ifdef WIN32
00016 #define WIN32_LEAN_AND_MEAN
00017 #include <GL/glew.h>
00018 #endif
00019 
00020 #include <cvd/gl_helpers.h>
00021 #endif


ptam
Author(s): Markus Achtelik , Stephan Weiss , Simon Lynen
autogenerated on Sun Oct 5 2014 23:52:33