From 944160a219de7b389923f3aa8f05203760989a89 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 23 Mar 2026 16:59:44 +0300 Subject: Add some TODO entries --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index 016b4e2..1f53920 100644 --- a/main.c +++ b/main.c @@ -19,7 +19,9 @@ - MORE MAPS FOR THE MAP PEOPLE - Implement adding maps from files (with rle, preferably) - Implement controls (to change maps, move start/goal, etc.) - - Clean up unused `#include`s */ + - Clean up unused `#include`s + - Properly free() all the things + - mouse controls to edit map, drag start and end around */ void sigint_handler(int sig) { (void)sig; /* We know it's a SIGINT */ -- cgit v1.2.3