aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
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