diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,13 +7,14 @@ #include "structs.h" #include "config.h" #include "error.h" +#include "priority_queue.h" /* So, TODO for now: - - Add a function/macro for errors, akin to sigint_handler() - Implement Dijkstra and greedy-best-first search algorithms - Implement the A* algorithm - Implement adding maps from files (with rle, preferably) - - Implement controls (to change maps, move start/goal, etc.) */ + - Implement controls (to change maps, move start/goal, etc.) + - Clean up unused `#include`s */ void sigint_handler(int sig) { (void)sig; /* We know it's a SIGINT */ |
