diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-10 05:46:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-11 14:20:10 +0200 |
commit | 1af31374db91b0fd6091b27d4c199edaee989612 (patch) | |
tree | 04173711baf1440641e8a6a51dd2dc22dc866200 /test/app.hpp | |
parent | a1ffaa0678cfe1a45dd3bf0fe9b08d0523a757e0 (diff) |
src: wip A* search impl
Diffstat (limited to 'test/app.hpp')
-rw-r--r-- | test/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/app.hpp b/test/app.hpp index ad9f41e7..04ed55b7 100644 --- a/test/app.hpp +++ b/test/app.hpp @@ -34,6 +34,7 @@ struct test_app final : private FM_APPLICATION static void test_entity(); static void test_loader(); static void test_bitmask(); + static void test_path_search(); static void zzz_test_misc(); }; } // namespace floormat |