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 --- structs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'structs.h') diff --git a/structs.h b/structs.h index 2c461fc..fa8982b 100644 --- a/structs.h +++ b/structs.h @@ -23,6 +23,8 @@ enum Colors_e { WALL_COLOR = 4, START_COLOR = 5, PATH_COLOR = 6, + FRONTIER_COLOR = 7, + CURSOR_COLOR = 8, }; /* A map is a 2D array of MapTiles. -- cgit v1.2.3