aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */