From db5320aa188d773c8edc32eee844127457ef280c Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 14 Apr 2026 21:41:33 +0300 Subject: Improve the Path type --- main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 937db12..c909633 100644 --- a/main.c +++ b/main.c @@ -22,6 +22,9 @@ - less magical values - MORE MAPS FOR THE MAP PEOPLE - Clean up unused `#include`s + - keybinding help screen + - live updating in map_editor() + - 'clean' rendering mode, without all the ugly shit - Comments */ void sigint_handler(int sig) { -- cgit v1.2.3