Fixed warnings and optimized noise module

Former-commit-id: 62840540e2938d08436a22d4e19d801466f1d6ba
This commit is contained in:
Lynix
2013-06-17 23:58:06 +02:00
parent 6ccde01bee
commit 783e609c8e
5 changed files with 45 additions and 43 deletions

View File

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