diff options
Diffstat (limited to 'robot/maze.h')
-rw-r--r-- | robot/maze.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/maze.h b/robot/maze.h index 640bf9c..9fbeb8c 100644 --- a/robot/maze.h +++ b/robot/maze.h @@ -5,4 +5,4 @@ * * finds route out of maze */ -void w2_mode_maze_main(); +void w2_mode_maze(); |