aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/main.c b/main.c
index ee317c4..111c898 100644
--- a/main.c
+++ b/main.c
@@ -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();