summaryrefslogtreecommitdiffhomepage
path: root/src/camera-offset.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-06 21:29:09 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-07 00:45:24 +0100
commit58f95047db869bf14b8b1dda0240ac50a8d340c2 (patch)
tree39920782964047f2e21133d1428b61cb861465af /src/camera-offset.cpp
parent5a48da35d255753010ea9f9937050c06982a6d40 (diff)
src: move tile defs that need Vector2 into their own file
Diffstat (limited to 'src/camera-offset.cpp')
-rw-r--r--src/camera-offset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera-offset.cpp b/src/camera-offset.cpp
index 25b0a3bb..46582539 100644
--- a/src/camera-offset.cpp
+++ b/src/camera-offset.cpp
@@ -1,5 +1,5 @@
#include "camera-offset.hpp"
-#include "tile-defs.hpp"
+#include "tile-constants.hpp"
#include "shaders/shader.hpp"
namespace floormat {