Maze Builder Docs 6.0.1
|
#include <utility>
#include <tuple>
#include <functional>
Go to the source code of this file.
Classes | |
class | mazes::uni_hash |
A hash function object for a single value. More... | |
class | mazes::pair_hash |
Hashing function to store a block's (x, z) position. More... | |
class | mazes::tri_hash |
Hashing function to store a block's (x, y, z) position. More... | |
Namespaces | |
namespace | mazes |
Namespace for the maze builder. | |