Maze Builder Docs 6.7.5
|
#include <functional>
#include <memory>
#include <tuple>
#include <utility>
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... | |
class | mazes::weak_ptr_hash |
Hashing function to store a weak_ptr. More... | |
Namespaces | |
namespace | mazes |
Namespace for the maze builder. | |