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_RENDERER_RENDERWINDOWPARAMETERS_HPP
|
||||
#define NAZARA_RENDERER_RENDERWINDOWPARAMETERS_HPP
|
||||
#ifndef NAZARA_RENDERER_SWAPCHAINPARAMETERS_HPP
|
||||
#define NAZARA_RENDERER_SWAPCHAINPARAMETERS_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Utility/PixelFormat.hpp>
|
||||
@@ -20,4 +20,4 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#endif // NAZARA_RENDERER_RENDERWINDOWPARAMETERS_HPP
|
||||
#endif // NAZARA_RENDERER_SWAPCHAINPARAMETERS_HPP
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user