Update globalheaders and fix includes/header guards
This commit is contained in:
committed by
Jérôme Leclercq
parent
da9eb14ebe
commit
d3c05c9ade
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user