diff options
Diffstat (limited to 'src/path-search.hpp')
-rw-r--r-- | src/path-search.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path-search.hpp b/src/path-search.hpp index 6004e700..bb72d87e 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -85,6 +85,7 @@ public: using pred = fu2::function_view<path_search_continue(collision_data) const>; static const pred& never_continue() noexcept; + static const pred& always_continue() noexcept; void ensure_allocated(chunk_coords a, chunk_coords b); void fill_cache(world& w, Vector2i cmin, Vector2i cmax, int8_t z, Vector2ub own_size, object_id own_id, const pred& p = never_continue()); |