Moved OpenGL header include

Former-commit-id: 655be533b7c01ae8817530fe434807ca5be62968
This commit is contained in:
Lynix
2013-08-01 23:21:08 +02:00
parent 29ee943871
commit c276a4a623
14 changed files with 17 additions and 17 deletions

View File

@@ -2,8 +2,8 @@
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/OpenGL.hpp>
#include <Nazara/Renderer/DebugDrawer.hpp>
#include <Nazara/Renderer/OpenGL.hpp>
#include <Nazara/Renderer/Renderer.hpp>
#include <Nazara/Renderer/RenderStates.hpp>
#include <Nazara/Renderer/Shader.hpp>