Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_RENDERSTATES_HPP
|
||||
#define NAZARA_RENDERSTATES_HPP
|
||||
#ifndef NAZARA_RENDERER_RENDERSTATES_HPP
|
||||
#define NAZARA_RENDERER_RENDERSTATES_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Utility/Enums.hpp>
|
||||
@@ -64,4 +64,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Renderer/RenderStates.inl>
|
||||
|
||||
#endif // NAZARA_RENDERSTATES_HPP
|
||||
#endif // NAZARA_RENDERER_RENDERSTATES_HPP
|
||||
|
||||
Reference in New Issue
Block a user