VOX
A little voxel engine
Loading...
Searching...
No Matches
Structures.hpp File Reference
#include "define.hpp"
#include "Block.hpp"
Include dependency graph for Structures.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StructureInfo
 
class  StructuresInfo
 

Typedefs

typedef std::vector< std::vector< std::vector< BlockInfo::Type > > > StructureBlocks
 

Variables

const StructuresInfog_structures_info
 

Typedef Documentation

◆ StructureBlocks

typedef std::vector<std::vector<std::vector<BlockInfo::Type> > > StructureBlocks

Variable Documentation

◆ g_structures_info

const StructuresInfo& g_structures_info
extern