SimpleGL  1.1.0
A framework for platform independent rendering
SimpleGL_Backend_OpenGL.hpp
Go to the documentation of this file.
1 
11 #ifndef SIMPLEGL_BACKEND_OPENGL_HPP
12 #define SIMPLEGL_BACKEND_OPENGL_HPP
13 
14 /* SimpleGL core */
15 #include <SimpleGL_Core.hpp>
16 
17 /* SimpleGL OpenGL backend */
23 
24 /* OpenGL wrapper */
31 
32 #endif /* SIMPLEGL_BACKEND_OPENGL_HPP */