diff options
Diffstat (limited to 'path.h')
| -rw-r--r-- | path.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
