Context not longer require NAZARA_RENDERER_OPENGL

Former-commit-id: c0455ca6b74ac29b1b2a25eceaa0b12bc9681b1e
This commit is contained in:
Lynix 2012-12-29 15:01:34 +01:00
parent 0671154f29
commit 89c44330b3
1 changed files with 0 additions and 4 deletions

View File

@ -7,8 +7,6 @@
#ifndef NAZARA_CONTEXT_HPP
#define NAZARA_CONTEXT_HPP
#ifdef NAZARA_RENDERER_OPENGL
#include <Nazara/Prerequesites.hpp>
#include <Nazara/Core/Resource.hpp>
#include <Nazara/Renderer/ContextParameters.hpp>
@ -45,6 +43,4 @@ class NAZARA_API NzContext : public NzResource
static NzContext* s_reference;
};
#endif // NAZARA_RENDERER_OPENGL
#endif // NAZARA_CONTEXT_HPP