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

@@ -6,7 +6,7 @@
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Platform/Cursor.hpp>
#include <Nazara/Platform/Window.hpp>
#include <Nazara/Utils/CallOnExit.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <Nazara/Platform/Debug.hpp>
namespace Nz

View File

@@ -7,12 +7,12 @@
#ifndef NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP
#define NAZARA_PLATFORM_SDL2_CURSORIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Math/Vector2.hpp>
#include <Nazara/Platform/Enums.hpp>
#include <Nazara/Utility/Image.hpp>
#include <Nazara/Utils/MovablePtr.hpp>
#include <SDL_mouse.h>
#include <NazaraUtils/MovablePtr.hpp>
namespace Nz
{

View File

@@ -7,10 +7,10 @@
#ifndef NAZARA_PLATFORM_SDL2_ICONIMPL_HPP
#define NAZARA_PLATFORM_SDL2_ICONIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Utility/Image.hpp>
#include <Nazara/Utils/MovablePtr.hpp>
#include <SDL_surface.h>
#include <NazaraUtils/MovablePtr.hpp>
namespace Nz
{

View File

@@ -7,11 +7,11 @@
#include <Nazara/Platform/Window.hpp>
#include <Nazara/Platform/SDL2/SDLHelper.hpp>
#include <Nazara/Platform/SDL2/WindowImpl.hpp>
#include <Nazara/Utils/CallOnExit.hpp>
#include <SDL_clipboard.h>
#include <SDL_keyboard.h>
#include <SDL_keycode.h>
#include <SDL_mouse.h>
#include <NazaraUtils/CallOnExit.hpp>
#include <Nazara/Platform/Debug.hpp>
namespace Nz

View File

@@ -9,7 +9,7 @@
#ifndef NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP
#define NAZARA_PLATFORM_SDL2_WINDOWIMPL_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Math/Rect.hpp>
#include <Nazara/Math/Vector2.hpp>
#include <Nazara/Platform/Config.hpp>

View File

@@ -7,7 +7,7 @@
#include <Nazara/Platform/Cursor.hpp>
#include <Nazara/Platform/Icon.hpp>
#include <Nazara/Platform/SDL2/WindowImpl.hpp>
#include <Nazara/Utils/CallOnExit.hpp>
#include <NazaraUtils/CallOnExit.hpp>
#include <Nazara/Platform/Debug.hpp>
namespace Nz