diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |
