summaryrefslogtreecommitdiffhomepage
path: root/main
diff options
context:
space:
mode:
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>