glcxx: A Modern C++ Interface to OpenGL Object Management
All Classes Files Functions Variables
gl.hpp
Go to the documentation of this file.
1 
8 #ifndef GLCXX_GL_HPP
9 #define GLCXX_GL_HPP
10 
11 #ifdef GLCXX_GL_INCLUDE
12 #include GLCXX_GL_INCLUDE
13 #else
14 #include "GL/gl.h"
15 #endif
16 
17 #endif