Cuberite
A lightweight, fast and extensible game server for Minecraft
|
#include "Globals.h"
#include "PieceStructuresGen.h"
#include "PrefabStructure.h"
#include "PieceGeneratorBFSTree.h"
#include "../IniFile.h"
Go to the source code of this file.
Classes | |
struct | cPieceStructuresGen::cGen::cConnection |
The type used for storing a connection from one piece to another, while building the piece tree. More... | |
struct | cPieceStructuresGen::cGen::cFreeConnector |
The type used for storing a pool of connectors that will be attempted to expand by another piece. More... | |
class | cPieceStructuresGen::cGen |