aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-29 22:04:26 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-29 22:04:26 +0300
commit49d85b8583e57fe85c7f486fb483f34c3cd4186c (patch)
treeefff14ef82f12a6a801e4fb28de4f0f37a754bce /main.c
parenta2e08c6d86256747e38c89f0ef905afa37446565 (diff)
downloadastar-49d85b8583e57fe85c7f486fb483f34c3cd4186c.tar.xz
Add a TODO entry
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
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 */