Apply header guard check

This commit is contained in:
Jérôme Leclercq
2021-10-26 15:52:46 +02:00
parent b85f6b68ac
commit 93ec196dc4
476 changed files with 1414 additions and 1327 deletions

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_ABSTRACTVIEWER_HPP
#define NAZARA_ABSTRACTVIEWER_HPP
#ifndef NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP
#define NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -31,4 +31,4 @@ namespace Nz
#include <Nazara/Graphics/AbstractViewer.inl>
#endif
#endif // NAZARA_GRAPHICS_ABSTRACTVIEWER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_ALGORITHM_GRAPHICS_HPP
#define NAZARA_ALGORITHM_GRAPHICS_HPP
#ifndef NAZARA_GRAPHICS_ALGORITHM_HPP
#define NAZARA_GRAPHICS_ALGORITHM_HPP
#include <Nazara/Prerequisites.hpp>
@@ -16,4 +16,4 @@ namespace Nz
#include <Nazara/Graphics/Algorithm.inl>
#endif
#endif // NAZARA_GRAPHICS_ALGORITHM_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_BAKEDFRAMEGRAPH_HPP
#define NAZARA_BAKEDFRAMEGRAPH_HPP
#ifndef NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP
#define NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -100,4 +100,4 @@ namespace Nz
#include <Nazara/Graphics/BakedFrameGraph.inl>
#endif
#endif // NAZARA_GRAPHICS_BAKEDFRAMEGRAPH_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_BASIC_MATERIAL_HPP
#define NAZARA_BASIC_MATERIAL_HPP
#ifndef NAZARA_GRAPHICS_BASICMATERIAL_HPP
#define NAZARA_GRAPHICS_BASICMATERIAL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/MaterialPass.hpp>
@@ -96,4 +96,4 @@ namespace Nz
#include <Nazara/Graphics/BasicMaterial.inl>
#endif // NAZARA_BASIC_MATERIAL_HPP
#endif // NAZARA_GRAPHICS_BASICMATERIAL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CAMERA_HPP
#define NAZARA_CAMERA_HPP
#ifndef NAZARA_GRAPHICS_CAMERA_HPP
#define NAZARA_GRAPHICS_CAMERA_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/AbstractViewer.hpp>
@@ -73,4 +73,4 @@ namespace Nz
#include <Nazara/Graphics/Camera.inl>
#endif
#endif // NAZARA_GRAPHICS_CAMERA_HPP

View File

@@ -1,9 +1,9 @@
// This file was automatically generated
// this file was automatically generated and should not be edited
/*
Nazara Engine - Graphics module
Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
@@ -26,10 +26,10 @@
#pragma once
#ifndef NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP
#define NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP
#ifndef NAZARA_GRAPHICS_COMPONENTS_HPP
#define NAZARA_GRAPHICS_COMPONENTS_HPP
#include <Nazara/Graphics/Components/CameraComponent.hpp>
#include <Nazara/Graphics/Components/GraphicsComponent.hpp>
#endif // NAZARA_GLOBAL_GRAPHICS_COMPONENTS_HPP
#endif // NAZARA_GRAPHICS_COMPONENTS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CAMERACOMPONENT_HPP
#define NAZARA_CAMERACOMPONENT_HPP
#ifndef NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP
#define NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Camera.hpp>
@@ -27,4 +27,4 @@ namespace Nz
#include <Nazara/Graphics/Components/CameraComponent.inl>
#endif
#endif // NAZARA_GRAPHICS_COMPONENTS_CAMERACOMPONENT_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_GRAPHICSCOMPONENT_HPP
#define NAZARA_GRAPHICSCOMPONENT_HPP
#ifndef NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP
#define NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/ECS.hpp>
@@ -44,4 +44,4 @@ namespace Nz
#include <Nazara/Graphics/Components/GraphicsComponent.inl>
#endif
#endif // NAZARA_GRAPHICS_COMPONENTS_GRAPHICSCOMPONENT_HPP

View File

@@ -24,8 +24,8 @@
#pragma once
#ifndef NAZARA_CONFIG_GRAPHICS_HPP
#define NAZARA_CONFIG_GRAPHICS_HPP
#ifndef NAZARA_GRAPHICS_CONFIG_HPP
#define NAZARA_GRAPHICS_CONFIG_HPP
/*!
* \defgroup graphics (NazaraGraphics) Graphics module
@@ -53,4 +53,4 @@
#define NAZARA_GRAPHICS_API
#endif
#endif // NAZARA_CONFIG_GRAPHICS_HPP
#endif // NAZARA_GRAPHICS_CONFIG_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CONFIG_CHECK_GRAPHICS_HPP
#define NAZARA_CONFIG_CHECK_GRAPHICS_HPP
#ifndef NAZARA_GRAPHICS_CONFIGCHECK_HPP
#define NAZARA_GRAPHICS_CONFIGCHECK_HPP
/// This file is used to check the constant values defined in Config.hpp
@@ -20,4 +20,4 @@
#undef NazaraCheckTypeAndVal
#endif // NAZARA_CONFIG_CHECK_GRAPHICS_HPP
#endif // NAZARA_GRAPHICS_CONFIGCHECK_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_CULLINGLIST_HPP
#define NAZARA_CULLINGLIST_HPP
#ifndef NAZARA_GRAPHICS_CULLINGLIST_HPP
#define NAZARA_GRAPHICS_CULLINGLIST_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Signal.hpp>
@@ -212,4 +212,4 @@ namespace Nz
#include <Nazara/Graphics/CullingList.inl>
#endif // NAZARA_CULLINGLIST_HPP
#endif // NAZARA_GRAPHICS_CULLINGLIST_HPP

View File

@@ -2,6 +2,8 @@
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
// no header guards
#include <Nazara/Graphics/Config.hpp>
#if NAZARA_GRAPHICS_MANAGE_MEMORY
#include <Nazara/Core/Debug/NewRedefinition.hpp>

View File

@@ -2,6 +2,8 @@
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
// no header guards
// We assume that Debug.hpp has already been included, same thing for Config.hpp
#if NAZARA_GRAPHICS_MANAGE_MEMORY
#undef delete

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_DEPTH_MATERIAL_HPP
#define NAZARA_DEPTH_MATERIAL_HPP
#ifndef NAZARA_GRAPHICS_DEPTHMATERIAL_HPP
#define NAZARA_GRAPHICS_DEPTHMATERIAL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/BasicMaterial.hpp>
@@ -35,4 +35,4 @@ namespace Nz
#include <Nazara/Graphics/DepthMaterial.inl>
#endif
#endif // NAZARA_GRAPHICS_DEPTHMATERIAL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_ELEMENTRENDERER_HPP
#define NAZARA_ELEMENTRENDERER_HPP
#ifndef NAZARA_GRAPHICS_ELEMENTRENDERER_HPP
#define NAZARA_GRAPHICS_ELEMENTRENDERER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Algorithm.hpp>
@@ -42,4 +42,4 @@ namespace Nz
#include <Nazara/Graphics/ElementRenderer.inl>
#endif
#endif // NAZARA_GRAPHICS_ELEMENTRENDERER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_ENUMS_GRAPHICS_HPP
#define NAZARA_ENUMS_GRAPHICS_HPP
#ifndef NAZARA_GRAPHICS_ENUMS_HPP
#define NAZARA_GRAPHICS_ENUMS_HPP
#include <Nazara/Core/Algorithm.hpp>
#include <Nazara/Core/Flags.hpp>
@@ -52,4 +52,4 @@ namespace Nz
};
}
#endif // NAZARA_ENUMS_GRAPHICS_HPP
#endif // NAZARA_GRAPHICS_ENUMS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FORWARDFRAMEPIPELINE_HPP
#define NAZARA_FORWARDFRAMEPIPELINE_HPP
#ifndef NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP
#define NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/BakedFrameGraph.hpp>
@@ -110,4 +110,4 @@ namespace Nz
#include <Nazara/Graphics/ForwardFramePipeline.inl>
#endif
#endif // NAZARA_GRAPHICS_FORWARDFRAMEPIPELINE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FRAMEGRAPH_HPP
#define NAZARA_FRAMEGRAPH_HPP
#ifndef NAZARA_GRAPHICS_FRAMEGRAPH_HPP
#define NAZARA_GRAPHICS_FRAMEGRAPH_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/BakedFrameGraph.hpp>
@@ -118,4 +118,4 @@ namespace Nz
#include <Nazara/Graphics/FrameGraph.inl>
#endif
#endif // NAZARA_GRAPHICS_FRAMEGRAPH_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FRAMEPASS_HPP
#define NAZARA_FRAMEPASS_HPP
#ifndef NAZARA_GRAPHICS_FRAMEPASS_HPP
#define NAZARA_GRAPHICS_FRAMEPASS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Color.hpp>
@@ -102,4 +102,4 @@ namespace Nz
#include <Nazara/Graphics/FramePass.inl>
#endif
#endif // NAZARA_GRAPHICS_FRAMEPASS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FRAMEPASSATTACHMENT_HPP
#define NAZARA_FRAMEPASSATTACHMENT_HPP
#ifndef NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP
#define NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -25,4 +25,4 @@ namespace Nz
#include <Nazara/Graphics/FramePassAttachment.inl>
#endif
#endif // NAZARA_GRAPHICS_FRAMEPASSATTACHMENT_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_FRAMEPIPELINE_HPP
#define NAZARA_FRAMEPIPELINE_HPP
#ifndef NAZARA_GRAPHICS_FRAMEPIPELINE_HPP
#define NAZARA_GRAPHICS_FRAMEPIPELINE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -43,4 +43,4 @@ namespace Nz
#include <Nazara/Graphics/FramePipeline.inl>
#endif
#endif // NAZARA_GRAPHICS_FRAMEPIPELINE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_GRAPHICALMESH_HPP
#define NAZARA_GRAPHICALMESH_HPP
#ifndef NAZARA_GRAPHICS_GRAPHICALMESH_HPP
#define NAZARA_GRAPHICS_GRAPHICALMESH_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -47,4 +47,4 @@ namespace Nz
#include <Nazara/Graphics/GraphicalMesh.inl>
#endif // NAZARA_GRAPHICALMESH_HPP
#endif // NAZARA_GRAPHICS_GRAPHICALMESH_HPP

View File

@@ -92,4 +92,4 @@ namespace Nz
#include <Nazara/Graphics/Graphics.inl>
#endif
#endif // NAZARA_GRAPHICS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_GUILLOTINETEXTUREATLAS_HPP
#define NAZARA_GUILLOTINETEXTUREATLAS_HPP
#ifndef NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP
#define NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -32,4 +32,4 @@ namespace Nz
#include <Nazara/Graphics/GuillotineTextureAtlas.inl>
#endif // NAZARA_GUILLOTINETEXTUREATLAS_HPP
#endif // NAZARA_GRAPHICS_GUILLOTINETEXTUREATLAS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_INSTANCEDRENDERABLE_HPP
#define NAZARA_INSTANCEDRENDERABLE_HPP
#ifndef NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP
#define NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Signal.hpp>
@@ -46,4 +46,4 @@ namespace Nz
#include <Nazara/Graphics/InstancedRenderable.inl>
#endif
#endif // NAZARA_GRAPHICS_INSTANCEDRENDERABLE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MATERIAL_HPP
#define NAZARA_MATERIAL_HPP
#ifndef NAZARA_GRAPHICS_MATERIAL_HPP
#define NAZARA_GRAPHICS_MATERIAL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Graphics.hpp>
@@ -36,4 +36,4 @@ namespace Nz
#include <Nazara/Graphics/Material.inl>
#endif // NAZARA_MATERIAL_HPP
#endif // NAZARA_GRAPHICS_MATERIAL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MATERIAL_PASS_HPP
#define NAZARA_MATERIAL_PASS_HPP
#ifndef NAZARA_GRAPHICS_MATERIALPASS_HPP
#define NAZARA_GRAPHICS_MATERIALPASS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Color.hpp>
@@ -146,4 +146,4 @@ namespace Nz
#include <Nazara/Graphics/MaterialPass.inl>
#endif // NAZARA_MATERIAL_PASS_HPP
#endif // NAZARA_GRAPHICS_MATERIALPASS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MATERIAL_PASS_REGISTRY_HPP
#define NAZARA_MATERIAL_PASS_REGISTRY_HPP
#ifndef NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP
#define NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP
#include <Nazara/Prerequisites.hpp>
#include <string>
@@ -35,4 +35,4 @@ namespace Nz
#include <Nazara/Graphics/MaterialPassRegistry.inl>
#endif
#endif // NAZARA_GRAPHICS_MATERIALPASSREGISTRY_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MATERIALPIPELINE_HPP
#define NAZARA_MATERIALPIPELINE_HPP
#ifndef NAZARA_GRAPHICS_MATERIALPIPELINE_HPP
#define NAZARA_GRAPHICS_MATERIALPIPELINE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -70,4 +70,4 @@ namespace Nz
#include <Nazara/Graphics/MaterialPipeline.inl>
#endif // NAZARA_MATERIALPIPELINE_HPP
#endif // NAZARA_GRAPHICS_MATERIALPIPELINE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MATERIALSETTINGS_HPP
#define NAZARA_MATERIALSETTINGS_HPP
#ifndef NAZARA_GRAPHICS_MATERIALSETTINGS_HPP
#define NAZARA_GRAPHICS_MATERIALSETTINGS_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Enums.hpp>
@@ -112,4 +112,4 @@ namespace Nz
#include <Nazara/Graphics/MaterialSettings.inl>
#endif // NAZARA_MATERIALPIPELINESETTINGS_HPP
#endif // NAZARA_GRAPHICS_MATERIALSETTINGS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MODEL_HPP
#define NAZARA_MODEL_HPP
#ifndef NAZARA_GRAPHICS_MODEL_HPP
#define NAZARA_GRAPHICS_MODEL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -57,4 +57,4 @@ namespace Nz
#include <Nazara/Graphics/Model.inl>
#endif
#endif // NAZARA_GRAPHICS_MODEL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_PHONG_LIGHTING_MATERIAL_HPP
#define NAZARA_PHONG_LIGHTING_MATERIAL_HPP
#ifndef NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP
#define NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/MaterialPass.hpp>
@@ -100,4 +100,4 @@ namespace Nz
#include <Nazara/Graphics/PhongLightingMaterial.inl>
#endif // NAZARA_PHONG_LIGHTING_MATERIAL_HPP
#endif // NAZARA_GRAPHICS_PHONGLIGHTINGMATERIAL_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_PREDEFINEDSHADERSTRUCTS_HPP
#define NAZARA_PREDEFINEDSHADERSTRUCTS_HPP
#ifndef NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP
#define NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP
#include <Nazara/Graphics/Config.hpp>
#include <Nazara/Graphics/MaterialSettings.hpp>
@@ -63,4 +63,4 @@ namespace Nz
#include <Nazara/Graphics/PredefinedShaderStructs.inl>
#endif // NAZARA_PREDEFINEDSHADERSTRUCTS_HPP
#endif // NAZARA_GRAPHICS_PREDEFINEDSHADERSTRUCTS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERELEMENT_HPP
#define NAZARA_RENDERELEMENT_HPP
#ifndef NAZARA_GRAPHICS_RENDERELEMENT_HPP
#define NAZARA_GRAPHICS_RENDERELEMENT_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -38,4 +38,4 @@ namespace Nz
#include <Nazara/Graphics/RenderElement.inl>
#endif
#endif // NAZARA_GRAPHICS_RENDERELEMENT_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERQUEUE_HPP
#define NAZARA_RENDERQUEUE_HPP
#ifndef NAZARA_GRAPHICS_RENDERQUEUE_HPP
#define NAZARA_GRAPHICS_RENDERQUEUE_HPP
#include <Nazara/Prerequisites.hpp>
#include <vector>
@@ -46,4 +46,4 @@ namespace Nz
#include <Nazara/Graphics/RenderQueue.inl>
#endif // NAZARA_RENDERQUEUE_HPP
#endif // NAZARA_GRAPHICS_RENDERQUEUE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERQUEUEREGISTRY_HPP
#define NAZARA_RENDERQUEUEREGISTRY_HPP
#ifndef NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP
#define NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Thirdparty/robin_hood/robin_hood.h>
@@ -44,4 +44,4 @@ namespace Nz
#include <Nazara/Graphics/RenderQueueRegistry.inl>
#endif
#endif // NAZARA_GRAPHICS_RENDERQUEUEREGISTRY_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERSUBMESH_HPP
#define NAZARA_RENDERSUBMESH_HPP
#ifndef NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP
#define NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/RenderElement.hpp>
@@ -54,4 +54,4 @@ namespace Nz
#include <Nazara/Graphics/RenderSpriteChain.inl>
#endif
#endif // NAZARA_GRAPHICS_RENDERSPRITECHAIN_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERSUBMESH_HPP
#define NAZARA_RENDERSUBMESH_HPP
#ifndef NAZARA_GRAPHICS_RENDERSUBMESH_HPP
#define NAZARA_GRAPHICS_RENDERSUBMESH_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/RenderElement.hpp>
@@ -51,4 +51,4 @@ namespace Nz
#include <Nazara/Graphics/RenderSubmesh.inl>
#endif
#endif // NAZARA_GRAPHICS_RENDERSUBMESH_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SPRITE_HPP
#define NAZARA_SPRITE_HPP
#ifndef NAZARA_GRAPHICS_SPRITE_HPP
#define NAZARA_GRAPHICS_SPRITE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -54,4 +54,4 @@ namespace Nz
#include <Nazara/Graphics/Sprite.inl>
#endif
#endif // NAZARA_GRAPHICS_SPRITE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SPRITECHAINRENDERER_HPP
#define NAZARA_SPRITECHAINRENDERER_HPP
#ifndef NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP
#define NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/ElementRenderer.hpp>
@@ -83,4 +83,4 @@ namespace Nz
#include <Nazara/Graphics/SpriteChainRenderer.inl>
#endif
#endif // NAZARA_GRAPHICS_SPRITECHAINRENDERER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_SUBMESHRENDERER_HPP
#define NAZARA_SUBMESHRENDERER_HPP
#ifndef NAZARA_GRAPHICS_SUBMESHRENDERER_HPP
#define NAZARA_GRAPHICS_SUBMESHRENDERER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/ElementRenderer.hpp>
@@ -29,4 +29,4 @@ namespace Nz
#include <Nazara/Graphics/SubmeshRenderer.inl>
#endif
#endif // NAZARA_GRAPHICS_SUBMESHRENDERER_HPP

View File

@@ -1,9 +1,9 @@
// This file was automatically generated
// this file was automatically generated and should not be edited
/*
Nazara Engine - Graphics module
Copyright (C) 2020 Jérôme "Lynix" Leclercq (Lynix680@gmail.com)
Copyright (C) 2021 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
@@ -26,9 +26,9 @@
#pragma once
#ifndef NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP
#define NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP
#ifndef NAZARA_GRAPHICS_SYSTEMS_HPP
#define NAZARA_GRAPHICS_SYSTEMS_HPP
#include <Nazara/Graphics/Systems/RenderSystem.hpp>
#endif // NAZARA_GLOBAL_GRAPHICS_SYSTEMS_HPP
#endif // NAZARA_GRAPHICS_SYSTEMS_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_RENDERSYSTEM_HPP
#define NAZARA_RENDERSYSTEM_HPP
#ifndef NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP
#define NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/ECS.hpp>
@@ -69,4 +69,4 @@ namespace Nz
#include <Nazara/Graphics/Systems/RenderSystem.inl>
#endif
#endif // NAZARA_GRAPHICS_SYSTEMS_RENDERSYSTEM_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_TEXTSPRITE_HPP
#define NAZARA_TEXTSPRITE_HPP
#ifndef NAZARA_GRAPHICS_TEXTSPRITE_HPP
#define NAZARA_GRAPHICS_TEXTSPRITE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -100,4 +100,4 @@ namespace Nz
#include <Nazara/Graphics/TextSprite.inl>
#endif
#endif // NAZARA_GRAPHICS_TEXTSPRITE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_TEXTURESAMPLERCACHE_HPP
#define NAZARA_TEXTURESAMPLERCACHE_HPP
#ifndef NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP
#define NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Graphics/Config.hpp>
@@ -37,4 +37,4 @@ namespace Nz
#include <Nazara/Graphics/TextureSamplerCache.inl>
#endif
#endif // NAZARA_GRAPHICS_TEXTURESAMPLERCACHE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_UBER_SHADER_HPP
#define NAZARA_UBER_SHADER_HPP
#ifndef NAZARA_GRAPHICS_UBERSHADER_HPP
#define NAZARA_GRAPHICS_UBERSHADER_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Core/Algorithm.hpp>
@@ -72,4 +72,4 @@ namespace Nz
#include <Nazara/Graphics/UberShader.inl>
#endif // NAZARA_UBER_SHADER_HPP
#endif // NAZARA_GRAPHICS_UBERSHADER_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_VIEWERINSTANCE_HPP
#define NAZARA_VIEWERINSTANCE_HPP
#ifndef NAZARA_GRAPHICS_VIEWERINSTANCE_HPP
#define NAZARA_GRAPHICS_VIEWERINSTANCE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Math/Matrix4.hpp>
@@ -67,4 +67,4 @@ namespace Nz
#include <Nazara/Graphics/ViewerInstance.inl>
#endif // NAZARA_VIEWERINSTANCE_HPP
#endif // NAZARA_GRAPHICS_VIEWERINSTANCE_HPP

View File

@@ -4,8 +4,8 @@
#pragma once
#ifndef NAZARA_MODELINSTANCE_HPP
#define NAZARA_MODELINSTANCE_HPP
#ifndef NAZARA_GRAPHICS_WORLDINSTANCE_HPP
#define NAZARA_GRAPHICS_WORLDINSTANCE_HPP
#include <Nazara/Prerequisites.hpp>
#include <Nazara/Math/Matrix4.hpp>
@@ -56,4 +56,4 @@ namespace Nz
#include <Nazara/Graphics/WorldInstance.inl>
#endif // NAZARA_MODELINSTANCE_HPP
#endif // NAZARA_GRAPHICS_WORLDINSTANCE_HPP