From 6fc30f8bb3bd345a30a36936e4008c3703aa01f0 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 3 May 2026 13:12:25 +0300 Subject: Print algo name when printing time --- path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'path.h') diff --git a/path.h b/path.h index 459bca6..28c9b72 100644 --- a/path.h +++ b/path.h @@ -6,6 +6,8 @@ /* The currently chosen path func */ extern Path (*path_func)(int, Map, size_t **, size_t, size_t, Position, Position, char **, char); +/* The string that represents the current algo */ +extern char *path_func_string; /* Time it took to calculate a path */ extern double path_time; -- cgit v1.2.3