diff options
Diffstat (limited to 'src/maze.h')
-rw-r--r-- | src/maze.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,8 +1,8 @@ #ifndef MAZE_H #define MAZE_H -#include "position_stack.h" #include "grid.h" +#include "position_stack.h" /** * Creates a maze from a grid |