aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-14 21:41:33 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-14 21:41:33 +0300
commitdb5320aa188d773c8edc32eee844127457ef280c (patch)
tree8e673cdda6c78555542bf04605c5af45d49d3062 /main.c
parentde6a945fc804e8da48dcb9a284fdc79db0b9a06e (diff)
downloadastar-db5320aa188d773c8edc32eee844127457ef280c.tar.xz
Improve the Path type
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
index 937db12..c909633 100644
--- a/main.c
+++ b/main.c
@@ -22,6 +22,9 @@
- less magical values
- MORE MAPS FOR THE MAP PEOPLE
- Clean up unused `#include`s
+ - keybinding help screen
+ - live updating in map_editor()
+ - 'clean' rendering mode, without all the ugly shit
- Comments */
void sigint_handler(int sig) {