Update includes for new NazaraUtils version

This commit is contained in:
SirLynix
2023-03-19 13:01:56 +01:00
parent 27996d16d9
commit 9b4d297c04
502 changed files with 622 additions and 622 deletions

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP
#define NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Graphics/MaterialInstance.hpp>
namespace Nz::Loaders

View File

@@ -21,7 +21,7 @@
#include <Nazara/Renderer/RenderFrame.hpp>
#include <Nazara/Renderer/RenderTarget.hpp>
#include <Nazara/Renderer/UploadPool.hpp>
#include <Nazara/Utils/StackArray.hpp>
#include <NazaraUtils/StackArray.hpp>
#include <array>
#include <Nazara/Graphics/Debug.hpp>

View File

@@ -8,7 +8,7 @@
#include <Nazara/Graphics/FrameGraph.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Graphics/Graphics.hpp>
#include <Nazara/Utils/StackArray.hpp>
#include <NazaraUtils/StackArray.hpp>
#include <stdexcept>
#include <unordered_set>
#include <Nazara/Graphics/Debug.hpp>

View File

@@ -9,7 +9,7 @@
#include <Nazara/Graphics/RenderSpriteChain.hpp>
#include <Nazara/Graphics/WorldInstance.hpp>
#include <Nazara/Utility/AbstractTextDrawer.hpp>
#include <Nazara/Utils/CallOnExit.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <Nazara/Graphics/Debug.hpp>
namespace Nz

View File

@@ -9,7 +9,7 @@
#include <Nazara/Renderer/CommandBufferBuilder.hpp>
#include <Nazara/Renderer/RenderFrame.hpp>
#include <Nazara/Renderer/UploadPool.hpp>
#include <Nazara/Utils/StackVector.hpp>
#include <NazaraUtils/StackVector.hpp>
#include <Nazara/Graphics/Debug.hpp>
namespace Nz

View File

@@ -9,7 +9,7 @@
#include <Nazara/Renderer/CommandBufferBuilder.hpp>
#include <Nazara/Renderer/RenderFrame.hpp>
#include <Nazara/Renderer/UploadPool.hpp>
#include <Nazara/Utils/StackVector.hpp>
#include <NazaraUtils/StackVector.hpp>
#include <Nazara/Graphics/Debug.hpp>
namespace Nz