From fe0f4b6e959e834c1f0fe45e14c4f953f5b85aac Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 11:12:54 +0200 Subject: cc --- src/path-search.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/path-search.hpp b/src/path-search.hpp index 4b6e8a01..23401106 100644 --- a/src/path-search.hpp +++ b/src/path-search.hpp @@ -82,10 +82,11 @@ public: struct obj_position { Vector2 center, size; }; + template struct bbox { VectorTypeFor<2, T> min, max; }; + chunk_cache cache; Array output; - template struct bbox { VectorTypeFor<2, T> min, max; }; using pred = fu2::function_view; static const pred& never_continue() noexcept; -- cgit v1.2.3