diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 21:41:33 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-14 21:41:33 +0300 |
| commit | db5320aa188d773c8edc32eee844127457ef280c (patch) | |
| tree | 8e673cdda6c78555542bf04605c5af45d49d3062 /main.c | |
| parent | de6a945fc804e8da48dcb9a284fdc79db0b9a06e (diff) | |
| download | astar-db5320aa188d773c8edc32eee844127457ef280c.tar.xz | |
Improve the Path type
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) { |
