final rename

This commit is contained in:
MihailRis
2024-04-24 19:01:28 +03:00
parent 1ecc608ead
commit 4ac8ea1ab3
14 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
#include <memory>
#include <vector>
#include <unordered_map>
#include "../../maths/UVRegion.h"
#include "../../maths/UVRegion.hpp"
#include "../../typedefs.h"
class ImageData;
+1 -1
View File
@@ -6,7 +6,7 @@
#include <glm/glm.hpp>
#include "commons.hpp"
#include "../../maths/UVRegion.h"
#include "../../maths/UVRegion.hpp"
class Mesh;
class Texture;
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef GRAPHICS_CORE_BATCH3D_HPP_
#define GRAPHICS_CORE_BATCH3D_HPP_
#include "../../maths/UVRegion.h"
#include "../../maths/UVRegion.hpp"
#include "../../typedefs.h"
#include <memory>
+1 -1
View File
@@ -1,6 +1,6 @@
#include "BlocksRenderer.hpp"
#include "../core/Mesh.hpp"
#include "../../maths/UVRegion.h"
#include "../../maths/UVRegion.hpp"
#include "../../constants.h"
#include "../../content/Content.h"
#include "../../voxels/Block.h"
+1 -1
View File
@@ -4,7 +4,7 @@
#include "../../core/Batch2D.hpp"
#include "../../core/Texture.hpp"
#include "../../../assets/Assets.h"
#include "../../../maths/UVRegion.h"
#include "../../../maths/UVRegion.hpp"
using namespace gui;