MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GL.hpp
1 #ifndef GL_HPP
2 #define GL_HPP
3 
4 #include <Config.hpp>
5 #include <GL/glew.h>
6 #include <GL/gl.h>
7 
8 #endif