diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 11:00:37 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-06 11:00:37 +0200 |
| commit | a1fc32ebc9507965a241e5d177d5f9d9693b3e1d (patch) | |
| tree | 580edb25eeb9bb7f13fff6a47e516efa1ee84f54 /floormat | |
| parent | 39295e50d6523cb00ac3f598d18c1e9bbdf42dcd (diff) | |
a
Diffstat (limited to 'floormat')
| -rw-r--r-- | floormat/main.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |
