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