Apply header guard check
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_RENDERSYSTEM_HPP
|
||||
#define NAZARA_RENDERSYSTEM_HPP
|
||||
#ifndef NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP
|
||||
#define NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Core/ECS.hpp>
|
||||
@@ -69,4 +69,4 @@ namespace Nz
|
||||
|
||||
#include <Nazara/Graphics/Systems/RenderSystem.inl>
|
||||
|
||||
#endif
|
||||
#endif // NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP
|
||||
|
||||
Reference in New Issue
Block a user