diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 13:12:25 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-05-03 13:12:25 +0300 |
| commit | 6fc30f8bb3bd345a30a36936e4008c3703aa01f0 (patch) | |
| tree | ceffbb702a4449bb79cae17c08d2c163d5defb7d /path.c | |
| parent | 702b04c89752fb16f165f5d26c99df5895c0fab4 (diff) | |
| download | astar-6fc30f8bb3bd345a30a36936e4008c3703aa01f0.tar.xz | |
Print algo name when printing time
Diffstat (limited to 'path.c')
| -rw-r--r-- | path.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ #include "config.h" Path (*path_func)(int, Map, size_t **, size_t, size_t, Position, Position, char **, char) = &astar_path; +char *path_func_string = ASTAR_STRING; double path_time = 0; char wraparound_enabled = 0; |
