summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-03-26 18:19:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-03-26 18:28:37 +0200
commit05dee8a02773141cbe6cbfb1c0557018210ced05 (patch)
tree25e1e9fd68a05912c146ccc45ceb07c3d6f99ae4 /editor
parent50273c040e605b6dbee3389c0c2adce2b8d85701 (diff)
a
Diffstat (limited to 'editor')
-rw-r--r--editor/update.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/update.cpp b/editor/update.cpp
index 4f7b517a..069399c7 100644
--- a/editor/update.cpp
+++ b/editor/update.cpp
@@ -5,7 +5,8 @@
#include "main/clickable.hpp"
#include "floormat/events.hpp"
#include "floormat/main.hpp"
-#include "character.hpp"
+#include "src/character.hpp"
+#include "src/tile-iterator.hpp"
#include <cmath>
namespace floormat {