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,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_BUFFER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/OpenGLDevice.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
namespace Nz::GL
{

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/DynLib.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>

View File

@@ -7,9 +7,9 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_CONTEXTOBJECT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
#include <string>
namespace Nz::GL

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_DEVICEOBJECT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>
#include <Nazara/Utils/MovablePtr.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovablePtr.hpp>
#include <NazaraUtils/MovableValue.hpp>
#include <string>
namespace Nz::GL

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLCONTEXTBASE_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/DynLib.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_EGL_EGLLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Loader.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_FRAMEBUFFER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp>
namespace Nz::GL

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTWAYLAND_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
namespace Nz::GL

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_LINUX_EGLCONTEXTX11_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
namespace Nz::GL

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_LOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/Platform/WindowHandle.hpp>
#include <memory>

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_PROGRAM_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/OpenGLDevice.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
namespace Nz::GL
{

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_SAMPLER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/OpenGLDevice.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
namespace Nz::GL
{

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_SHADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/OpenGLDevice.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
namespace Nz::GL
{

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_TEXTURE_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/OpenGLDevice.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/DeviceObject.hpp>
#include <Nazara/Utils/MovableValue.hpp>
#include <NazaraUtils/MovableValue.hpp>
namespace Nz::GL
{

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_VERTEXARRAY_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/ContextObject.hpp>
namespace Nz::GL

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLCONTEXT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/DynLib.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WGL_WGLLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/DynLib.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Loader.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WEB_WEBCONTEXT_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WEB_WEBCONTEXT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/DynLib.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Context.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WEB_WEBLOADER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WEB_WEBLOADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Config.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Loader.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Web/WebContext.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_EGLCONTEXTWIN32_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/EGL/EGLContextBase.hpp>
#include <Nazara/OpenGLRenderer/Wrapper/Win32/Win32Helper.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
#define NAZARA_OPENGLRENDERER_WRAPPER_WIN32_WIN32HELPER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <memory>
#include <type_traits>
#include <windows.h>