From 3f38c52455ea50a731c19c72d5201adb437cb3fe Mon Sep 17 00:00:00 2001 From: SirLynix Date: Thu, 8 Sep 2022 08:58:22 +0200 Subject: [PATCH] xmake check-files -f --- src/Nazara/Graphics/Formats/TextureLoader.cpp | 6 +++--- src/Nazara/Graphics/Formats/TextureLoader.hpp | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Nazara/Graphics/Formats/TextureLoader.cpp b/src/Nazara/Graphics/Formats/TextureLoader.cpp index 310461d68..576664e4e 100644 --- a/src/Nazara/Graphics/Formats/TextureLoader.cpp +++ b/src/Nazara/Graphics/Formats/TextureLoader.cpp @@ -1,13 +1,13 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp #include -#include #include +#include +#include #include #include -#include #include #include #include diff --git a/src/Nazara/Graphics/Formats/TextureLoader.hpp b/src/Nazara/Graphics/Formats/TextureLoader.hpp index de53c93b2..cb2e08aad 100644 --- a/src/Nazara/Graphics/Formats/TextureLoader.hpp +++ b/src/Nazara/Graphics/Formats/TextureLoader.hpp @@ -1,11 +1,11 @@ -// Copyright (C) 2017 Jérôme Leclercq +// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com) // This file is part of the "Nazara Engine - Graphics module" // For conditions of distribution and use, see copyright notice in Config.hpp #pragma once -#ifndef NAZARA_LOADERS_TEXTURE_HPP -#define NAZARA_LOADERS_TEXTURE_HPP +#ifndef NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP +#define NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP #include #include @@ -15,4 +15,4 @@ namespace Nz::Loaders MaterialLoader::Entry GetMaterialLoader_Texture(); } -#endif // NAZARA_LOADERS_TEXTURE_HPP +#endif // NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP