Maze Builder Docs 6.0.1
Loading...
Searching...
No Matches
maze_builder.h
Go to the documentation of this file.
1#ifndef MAZE_BUILDER_H
2#define MAZE_BUILDER_H
3
6
9#include <MazeBuilder/enums.h>
10#include <MazeBuilder/factory.h>
11#include <MazeBuilder/maze.h>
13#include <MazeBuilder/args.h>
14#include <MazeBuilder/writer.h>
15#include <MazeBuilder/grid.h>
20#include <MazeBuilder/dfs.h>
21
22namespace mazes {
23
25static const std::string VERSION = build_info::Version + "-" + build_info::CommitSHA;
26
27} // namespace
28
29#endif // MAZE_BUILDER_H
30
Build information for the maze builder library.
Enumerations for the maze builder program.
Namespace for the maze builder.
Definition algo_interface.h:9
Handles writing to files, stdout, and images.