aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-23 16:59:44 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-23 16:59:44 +0300
commit944160a219de7b389923f3aa8f05203760989a89 (patch)
tree7012bf9c65f35d953b2287fa98e6683e4fec9bb1
parent5b13d9bfa2b14c1231c5b19a9ccffb2d308112e4 (diff)
Add some TODO entries
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
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 */