headers.hpp
Go to the documentation of this file.
00001 
00004 /*****************************************************************************
00005 ** Ifdefs
00006 *****************************************************************************/
00007 
00008 #ifndef qglv_opengl_HEADERS_HPP_
00009 #define qglv_opengl_HEADERS_HPP_
00010 
00011 /*****************************************************************************
00012 ** Includes
00013 *****************************************************************************/
00014 
00015 // sequence of these is important
00016 //#include <GL/gl.h>    // core - glew will now handle this directly
00017 #include <GL/glew.h>    // opengl3
00018 #include <GL/glu.h>     // gl utilities
00019 // #include <GL/glfw.h> // http://www.glfw.org/ (not using yet)
00020 
00021 #endif /* qglv_opengl_HEADERS_HPP_ */


qglv_opengl
Author(s): Daniel Stonier
autogenerated on Sat Jun 18 2016 08:19:28