diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-22 13:40:21 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-22 13:40:21 +0300 |
| commit | 5b13d9bfa2b14c1231c5b19a9ccffb2d308112e4 (patch) | |
| tree | 635da16ef4652c7b3f06108d8069869940ef52a4 /config.h | |
| parent | 18acaac228db4b67acd375b6e5989dfbe71e8f2e (diff) | |
Implement 8dir breadth-first-search and some other stuff
Diffstat (limited to 'config.h')
| -rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
