From 5b13d9bfa2b14c1231c5b19a9ccffb2d308112e4 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 22 Mar 2026 13:40:21 +0300 Subject: Implement 8dir breadth-first-search and some other stuff --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 096f612..a540c5c 100644 --- a/config.h +++ b/config.h @@ -10,6 +10,8 @@ #define WALL_CHAR '#' #define START_CHAR_1 'S' #define START_CHAR_2 'T' +#define CURSOR_CHAR_1 '<' +#define CURSOR_CHAR_2 '>' #define DRAW_MAP_OFFSET_X 2 #define DRAW_MAP_OFFSET_Y 1 -- cgit v1.2.3