Go to the documentation of this file.
33 #ifndef DART_GUI_LOADOPENGL_HPP_
34 #define DART_GUI_LOADOPENGL_HPP_
46 #elif defined(__linux__)
49 #elif defined(__APPLE__)
50 # include <OpenGL/gl.h>
51 # include <OpenGL/glu.h>
53 # error "Load OpenGL Error: What's your operating system?"