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_PLATFORM_APPWINDOWINGCOMPONENT_HPP
#define NAZARA_PLATFORM_APPWINDOWINGCOMPONENT_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/ApplicationComponent.hpp>
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Platform/Window.hpp>

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_PLATFORM_CLIPBOARD_HPP
#define NAZARA_PLATFORM_CLIPBOARD_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Platform/Enums.hpp>
#include <string>

View File

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

View File

@@ -7,12 +7,12 @@
#ifndef NAZARA_PLATFORM_CURSORCONTROLLER_HPP
#define NAZARA_PLATFORM_CURSORCONTROLLER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/HandledObject.hpp>
#include <Nazara/Core/ObjectHandle.hpp>
#include <Nazara/Platform/Cursor.hpp>
#include <Nazara/Platform/Enums.hpp>
#include <Nazara/Utils/Signal.hpp>
#include <NazaraUtils/Signal.hpp>
namespace Nz
{

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_PLATFORM_ENUMS_HPP
#define NAZARA_PLATFORM_ENUMS_HPP
#include <Nazara/Utils/Flags.hpp>
#include <NazaraUtils/Flags.hpp>
namespace Nz
{

View File

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

View File

@@ -9,7 +9,7 @@
#ifndef NAZARA_PLATFORM_KEYBOARD_HPP
#define NAZARA_PLATFORM_KEYBOARD_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Platform/Config.hpp>
#include <string>

View File

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

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_PLATFORM_HPP
#define NAZARA_PLATFORM_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Utility/Utility.hpp>

View File

@@ -9,7 +9,7 @@
#ifndef NAZARA_PLATFORM_VIDEOMODE_HPP
#define NAZARA_PLATFORM_VIDEOMODE_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Platform/Config.hpp>
#include <vector>

View File

@@ -9,7 +9,7 @@
#ifndef NAZARA_PLATFORM_WINDOW_HPP
#define NAZARA_PLATFORM_WINDOW_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Math/Vector2.hpp>
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Platform/Cursor.hpp>
@@ -19,7 +19,7 @@
#include <Nazara/Platform/VideoMode.hpp>
#include <Nazara/Platform/WindowEventHandler.hpp>
#include <Nazara/Platform/WindowHandle.hpp>
#include <Nazara/Utils/MovablePtr.hpp>
#include <NazaraUtils/MovablePtr.hpp>
#include <condition_variable>
#include <mutex>
#include <queue>

View File

@@ -7,12 +7,12 @@
#ifndef NAZARA_PLATFORM_WINDOWEVENTHANDLER_HPP
#define NAZARA_PLATFORM_WINDOWEVENTHANDLER_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Core/HandledObject.hpp>
#include <Nazara/Core/ObjectHandle.hpp>
#include <Nazara/Platform/Config.hpp>
#include <Nazara/Platform/WindowEvent.hpp>
#include <Nazara/Utils/Signal.hpp>
#include <NazaraUtils/Signal.hpp>
namespace Nz
{

View File

@@ -7,7 +7,7 @@
#ifndef NAZARA_PLATFORM_WINDOWHANDLE_HPP
#define NAZARA_PLATFORM_WINDOWHANDLE_HPP
#include <Nazara/Prerequisites.hpp>
#include <NazaraUtils/Prerequisites.hpp>
#include <Nazara/Utility/Config.hpp>
namespace Nz