From 49d85b8583e57fe85c7f486fb483f34c3cd4186c Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 29 Mar 2026 22:04:26 +0300 Subject: Add a TODO entry --- main.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index d7f1148..604c448 100644 --- a/main.c +++ b/main.c @@ -19,7 +19,8 @@ - MORE MAPS FOR THE MAP PEOPLE - Implement controls (to change maps, move start/goal, etc.) - Clean up unused `#include`s - - mouse controls to edit map, drag start and end around */ + - Mouse controls to edit map, drag start and end around + - Comments */ void sigint_handler(int sig) { (void)sig; /* We know it's a SIGINT */ -- cgit v1.2.3