aboutsummaryrefslogtreecommitdiff
path: root/src/maze_solver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/maze_solver.h')
-rw-r--r--src/maze_solver.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/maze_solver.h b/src/maze_solver.h
new file mode 100644
index 0000000..8dac12c
--- /dev/null
+++ b/src/maze_solver.h
@@ -0,0 +1,8 @@
+#ifndef MAZE_SOLVER_H
+#define MAZE_SOLVER_H
+
+#include "maze.h"
+
+int solve_maze(struct maze *maze, struct point point, struct point *path);
+
+#endif \ No newline at end of file