xmake check-files -f

This commit is contained in:
SirLynix 2022-09-08 08:58:22 +02:00
parent a8c54abdd0
commit 3f38c52455
2 changed files with 7 additions and 7 deletions

View File

@ -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 <Nazara/Graphics/Formats/TextureLoader.hpp>
#include <Nazara/Graphics/Graphics.hpp>
#include <Nazara/Graphics/BasicMaterial.hpp>
#include <Nazara/Graphics/DepthMaterial.hpp>
#include <Nazara/Graphics/Graphics.hpp>
#include <Nazara/Graphics/PhongLightingMaterial.hpp>
#include <Nazara/Graphics/PhysicallyBasedMaterial.hpp>
#include <Nazara/Graphics/DepthMaterial.hpp>
#include <Nazara/Renderer/Texture.hpp>
#include <Nazara/Utility/Utility.hpp>
#include <Nazara/Graphics/Debug.hpp>

View File

@ -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 <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Material.hpp>
@ -15,4 +15,4 @@ namespace Nz::Loaders
MaterialLoader::Entry GetMaterialLoader_Texture();
}
#endif // NAZARA_LOADERS_TEXTURE_HPP
#endif // NAZARA_GRAPHICS_FORMATS_TEXTURELOADER_HPP