SimpleGL  1.1.0
A framework for platform independent rendering
SimpleGL_Core.hpp
Go to the documentation of this file.
1 
11 #ifndef SIMPLEGL_CORE_HPP
12 #define SIMPLEGL_CORE_HPP
13 
14 /* SimpleGL core */
15 #include "SimpleGL/core.hpp"
16 #include "SimpleGL/logging.hpp"
17 #include "SimpleGL/application.hpp"
18 #include "SimpleGL/input.hpp"
19 #include "SimpleGL/event.hpp"
20 #include "SimpleGL/batching.hpp"
21 #include "SimpleGL/transform.hpp"
22 #include "SimpleGL/lighting.hpp"
23 #include "SimpleGL/manager.hpp"
24 
25 /* GLFW wrapper */
27 #include "SimpleGL/glfw_window.hpp"
29 
30 #endif /* SIMPLEGL_CORE_HPP */