Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_SHADERBINDING_HPP
|
||||
#define NAZARA_SHADERBINDING_HPP
|
||||
#ifndef NAZARA_RENDERER_SHADERBINDING_HPP
|
||||
#define NAZARA_RENDERER_SHADERBINDING_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Renderer/Config.hpp>
|
||||
@@ -72,4 +72,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Renderer/ShaderBinding.inl>
|
||||
|
||||
#endif // NAZARA_SHADERBINDING_HPP
|
||||
#endif // NAZARA_RENDERER_SHADERBINDING_HPP
|
||||
|
||||
Reference in New Issue
Block a user