diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-23 16:59:44 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-23 16:59:44 +0300 |
| commit | 944160a219de7b389923f3aa8f05203760989a89 (patch) | |
| tree | 7012bf9c65f35d953b2287fa98e6683e4fec9bb1 | |
| parent | 5b13d9bfa2b14c1231c5b19a9ccffb2d308112e4 (diff) | |
Add some TODO entries
| -rw-r--r-- | main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 */ |
