aboutsummaryrefslogtreecommitdiff
path: root/structs.h
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-22 13:40:21 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-22 13:40:21 +0300
commit5b13d9bfa2b14c1231c5b19a9ccffb2d308112e4 (patch)
tree635da16ef4652c7b3f06108d8069869940ef52a4 /structs.h
parent18acaac228db4b67acd375b6e5989dfbe71e8f2e (diff)
Implement 8dir breadth-first-search and some other stuff
Diffstat (limited to 'structs.h')
-rw-r--r--structs.h2
1 files changed, 2 insertions, 0 deletions
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.