|
Maze Builder Docs 6.3.5
|
Data class representing a 2D or 3D maze. More...
#include <maze.h>
Public Member Functions | |
| maze (configurator const &config, std::string_view s) noexcept | |
| int | get_block_id () const noexcept |
| bool | has_distances () const noexcept |
| std::tuple< int, int, int > | get_dimensions () const noexcept |
| std::string_view | str () const noexcept |
Data class representing a 2D or 3D maze.