aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-05-03 13:12:25 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-05-03 13:12:25 +0300
commit6fc30f8bb3bd345a30a36936e4008c3703aa01f0 (patch)
treeceffbb702a4449bb79cae17c08d2c163d5defb7d /config.h
parent702b04c89752fb16f165f5d26c99df5895c0fab4 (diff)
downloadastar-6fc30f8bb3bd345a30a36936e4008c3703aa01f0.tar.xz
Print algo name when printing time
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 0c2679a..de53416 100644
--- a/config.h
+++ b/config.h
@@ -76,6 +76,9 @@
/* --- End of keybindings --- */
+#define ASTAR_STRING "A*"
+#define DIJKSTRA_STRING "Dijkstra's"
+
#define MESSAGE_MAX_SIZE 256
#define FILENAME_BUF_SIZE 128