Update globalheaders and fix includes/header guards

This commit is contained in:
SirLynix
2023-01-21 12:06:07 +01:00
committed by Jérôme Leclercq
parent da9eb14ebe
commit d3c05c9ade
12 changed files with 31 additions and 25 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERER_RENDERWINDOW_HPP
#define NAZARA_RENDERER_RENDERWINDOW_HPP
#ifndef NAZARA_RENDERER_WINDOWSWAPCHAIN_HPP
#define NAZARA_RENDERER_WINDOWSWAPCHAIN_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Platform/WindowEventHandler.hpp>
@@ -62,4 +62,4 @@ namespace Nz
#include <Nazara/Renderer/WindowSwapchain.inl>
#endif // NAZARA_RENDERER_RENDERWINDOW_HPP
#endif // NAZARA_RENDERER_WINDOWSWAPCHAIN_HPP