From 5b9a452383b6bff5f2300c495943f2158f470faa Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 14 Apr 2023 13:28:03 +0200 Subject: rename shader --- src/anim-atlas.cpp | 2 +- src/camera-offset.cpp | 2 +- src/character.cpp | 2 +- src/chunk-render.cpp | 2 +- src/chunk-scenery.cpp | 2 +- src/entity.cpp | 2 +- src/scenery.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/anim-atlas.cpp b/src/anim-atlas.cpp index 3679bc2a..cdffea28 100644 --- a/src/anim-atlas.cpp +++ b/src/anim-atlas.cpp @@ -1,6 +1,6 @@ #include "anim-atlas.hpp" #include "compat/assert.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "tile-defs.hpp" #include "compat/exception.hpp" #include diff --git a/src/camera-offset.cpp b/src/camera-offset.cpp index d662803a..a5213397 100644 --- a/src/camera-offset.cpp +++ b/src/camera-offset.cpp @@ -1,6 +1,6 @@ #include "camera-offset.hpp" #include "tile-defs.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" namespace floormat { diff --git a/src/character.cpp b/src/character.cpp index a2d85cb3..ff6d5a83 100644 --- a/src/character.cpp +++ b/src/character.cpp @@ -3,7 +3,7 @@ #include "loader/loader.hpp" #include "src/world.hpp" #include "src/entity.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "src/RTree-search.hpp" #include "compat/exception.hpp" #include diff --git a/src/chunk-render.cpp b/src/chunk-render.cpp index 8ec10610..87f44e79 100644 --- a/src/chunk-render.cpp +++ b/src/chunk-render.cpp @@ -1,6 +1,6 @@ #include "chunk.hpp" #include "tile-atlas.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include #include #include diff --git a/src/chunk-scenery.cpp b/src/chunk-scenery.cpp index c8dad93e..989670e4 100644 --- a/src/chunk-scenery.cpp +++ b/src/chunk-scenery.cpp @@ -1,5 +1,5 @@ #include "chunk-scenery.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "entity.hpp" #include "anim-atlas.hpp" #include "tile-atlas.hpp" diff --git a/src/entity.cpp b/src/entity.cpp index 8774e3b0..93233aae 100644 --- a/src/entity.cpp +++ b/src/entity.cpp @@ -4,7 +4,7 @@ #include "anim-atlas.hpp" #include "src/RTree-search.hpp" #include "compat/exception.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include #include diff --git a/src/scenery.cpp b/src/scenery.cpp index 778c274b..99d277e5 100644 --- a/src/scenery.cpp +++ b/src/scenery.cpp @@ -3,7 +3,7 @@ #include "chunk.hpp" #include "compat/assert.hpp" #include "world.hpp" -#include "shaders/tile.hpp" +#include "shaders/shader.hpp" #include "src/rotation.inl" #include -- cgit v1.2.3