Fixed compilation error

Former-commit-id: d7354d3ab3de1627e7a6985f4377607c4f87607a
This commit is contained in:
Lynix
2013-07-09 01:07:26 +02:00
parent 5b730f1d4c
commit 87a4da40bc
2 changed files with 13 additions and 6 deletions

View File

@@ -2,6 +2,10 @@
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#ifndef NAZARA_RENDERER_OPENGL
#define NAZARA_RENDERER_OPENGL // Nécessaire pour inclure les headers OpenGL
#endif
#include <Nazara/Renderer/OpenGL.hpp>
#include <Nazara/Graphics/ColorBackGround.hpp>
#include <Nazara/Renderer/Renderer.hpp>