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_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
#define NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
#ifndef NAZARA_OPENGLRENDERER_OPENGLSWAPCHAIN_HPP
#define NAZARA_OPENGLRENDERER_OPENGLSWAPCHAIN_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
@@ -54,4 +54,4 @@ namespace Nz
#include <Nazara/OpenGLRenderer/OpenGLSwapchain.inl>
#endif // NAZARA_OPENGLRENDERER_OPENGLRENDERWINDOW_HPP
#endif // NAZARA_OPENGLRENDERER_OPENGLSWAPCHAIN_HPP