diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ #include "map.h" #include "structs.h" +// So, TODO for now: +// - Implement a stack +// - Implement a maze algorithm to test my A* algorithm with +// - Implement the A* algorithm + void sigint_handler(int sig) { (void)sig; // We know it's a SIGINT endwin(); |
