From f1df7c20129a1f1cc47c47e5731efd10f8e49aeb Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 25 Oct 2022 16:37:58 +0200 Subject: rename in draw/ --- main/main-impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/main-impl.hpp b/main/main-impl.hpp index 39a877fe..b5828d6c 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -2,8 +2,8 @@ #include "floormat/main.hpp" #include "floormat/settings.hpp" #include "src/world.hpp" -#include "draw/floor-mesh.hpp" -#include "draw/wall-mesh.hpp" +#include "draw/floor.hpp" +#include "draw/wall.hpp" #include "shaders/tile-shader.hpp" #include -- cgit v1.2.3