diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ // So, TODO for now: // - Implement the A* algorithm +// - Implement adding maps from files (with rle, preferably) +// - Implement controls (to change maps, move start/goal, etc.) void sigint_handler(int sig) { (void)sig; // We know it's a SIGINT |
