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