aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 52af700..0c7aea5 100644
--- a/main.c
+++ b/main.c
@@ -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