From 5033a3054d26212a57c0cf62007708ff5fb4ecc3 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 14 Apr 2026 18:39:27 +0300 Subject: Print info in walls --- structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'structs.h') diff --git a/structs.h b/structs.h index 801b1a6..9b8b13e 100644 --- a/structs.h +++ b/structs.h @@ -25,6 +25,7 @@ enum Colors_e { PATH_COLOR = 6, FRONTIER_COLOR = 7, CURSOR_COLOR = 8, + WALL_TEXT_COLOR = 9, }; /* A map is a 2D array of MapTiles. -- cgit v1.2.3