diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 12:33:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-10-20 12:33:00 +0200 |
commit | 275cb79a1857fff08ce1b642bbfab6d7377bcaef (patch) | |
tree | b8671ed206fc27d4762779cf64113ef7d9ce8fd9 /floormat | |
parent | 5be116ea43231c747f09c4d43a75d45984b54a66 (diff) |
aa
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 cf88510a..11a42bd7 100644 --- a/floormat/main.hpp +++ b/floormat/main.hpp @@ -22,6 +22,7 @@ struct wall_mesh; struct anim_mesh; struct texture_unit_cache; class path_search; +struct astar; struct floormat_main { @@ -80,6 +81,7 @@ struct floormat_main virtual struct texture_unit_cache& texture_unit_cache() = 0; virtual path_search& search() = 0; + virtual struct astar& astar() = 0; [[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options); [[maybe_unused]] static void debug_break(); |