summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:37:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:37:58 +0200
commitf1df7c20129a1f1cc47c47e5731efd10f8e49aeb (patch)
tree0241e953981404e50a5c1fcd6d49f583ecf5995e /main
parenta00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (diff)
rename in draw/
Diffstat (limited to 'main')
-rw-r--r--main/main-impl.hpp4
1 files changed, 2 insertions, 2 deletions
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 <Corrade/Containers/String.h>