Update includes for new NazaraUtils version
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user