diff options
Diffstat (limited to 'robot/maze.h')
-rw-r--r-- | robot/maze.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/maze.h b/robot/maze.h new file mode 100644 index 0000000..640bf9c --- /dev/null +++ b/robot/maze.h @@ -0,0 +1,8 @@ +#pragma once + +/** + * maze mode + * + * finds route out of maze + */ +void w2_mode_maze_main(); |