summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-01-16 07:59:59 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-16 07:59:59 +0100
commit07716595e0c26ba6d19ee6c498280508ca5aa6c2 (patch)
treeda22b4d88e63419a366c48037cbef14f8f43a2b4 /floormat
parentae53b814c310d1996db0b818151ef7b205d03b7b (diff)
a
Diffstat (limited to 'floormat')
-rw-r--r--floormat/main.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/floormat/main.hpp b/floormat/main.hpp
index cfb41f1d..a6f67ab0 100644
--- a/floormat/main.hpp
+++ b/floormat/main.hpp
@@ -23,7 +23,7 @@ struct wall_mesh;
struct anim_mesh;
struct texture_unit_cache;
class path_search;
-struct astar;
+class astar;
struct floormat_main
{
@@ -82,7 +82,7 @@ struct floormat_main
virtual struct texture_unit_cache& texture_unit_cache() = 0;
virtual path_search& search() = 0;
- virtual struct astar& astar() = 0;
+ virtual class astar& astar() = 0;
[[nodiscard]] static floormat_main* create(floormat_app& app, fm_settings&& options);
[[maybe_unused]] static void debug_break();