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