summaryrefslogtreecommitdiffhomepage
path: root/src/path-search.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-24 05:16:58 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-24 05:16:58 +0100
commitdb09342af865ac5df7d4c35f25115ed39fbd0ddd (patch)
tree06216a603a8d1629c690e8dd6ef0ce06eae965cd /src/path-search.cpp
parentee2f8ee5e5d4e97d7dcaaaf2d7753d1fb6deeadd (diff)
src: split bbox into its own header
Diffstat (limited to 'src/path-search.cpp')
-rw-r--r--src/path-search.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-search.cpp b/src/path-search.cpp
index 54f0b112..615b040e 100644
--- a/src/path-search.cpp
+++ b/src/path-search.cpp
@@ -1,4 +1,5 @@
#include "path-search.hpp"
+#include "path-search-bbox.hpp"
#include "astar.hpp"
#include "global-coords.hpp"
#include "world.hpp"