summaryrefslogtreecommitdiffhomepage
path: root/src/path-search-result.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/path-search-result.hpp')
-rw-r--r--src/path-search-result.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-search-result.hpp b/src/path-search-result.hpp
index be7da559..c7dde85e 100644
--- a/src/path-search-result.hpp
+++ b/src/path-search-result.hpp
@@ -9,6 +9,7 @@ namespace floormat {
struct path_search_result final
{
friend class path_search;
+ friend class astar;
friend struct test_app;
struct pair { global_coords pos; Vector2 offset; };