From a1fc32ebc9507965a241e5d177d5f9d9693b3e1d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 6 Oct 2023 11:00:37 +0200 Subject: a --- floormat/main.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'floormat') diff --git a/floormat/main.hpp b/floormat/main.hpp index 55b398d2..89d833d3 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -22,6 +22,7 @@ struct floor_mesh; struct wall_mesh; struct anim_mesh; struct texture_unit_cache; +class path_search; struct floormat_main { @@ -79,6 +80,7 @@ struct floormat_main bool is_rendering_vobjs() const; virtual struct texture_unit_cache& texture_unit_cache() = 0; + virtual path_search& search() = 0; [[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options); [[maybe_unused]] static void debug_break(); -- cgit v1.2.3