summaryrefslogtreecommitdiffhomepage
path: root/editor/camera.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:19:21 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-25 16:19:21 +0200
commita00ac8b5fed9d03cb2b3eafb4cd7d04546e341b1 (patch)
tree18bfeda1abd43a2a0b81f2ad4b909c30b9bfb419 /editor/camera.cpp
parent45f2533113a0dfe4cf8a7723a1c76099d0a6d091 (diff)
move some headers around
Diffstat (limited to 'editor/camera.cpp')
-rw-r--r--editor/camera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/camera.cpp b/editor/camera.cpp
index 529f55e9..300f0c61 100644
--- a/editor/camera.cpp
+++ b/editor/camera.cpp
@@ -1,7 +1,7 @@
#include "app.hpp"
#include "src/global-coords.hpp"
#include "shaders/tile-shader.hpp"
-#include "main/floormat-main.hpp"
+#include "floormat/main.hpp"
#include <Magnum/GL/DefaultFramebuffer.h>
namespace floormat {