Roguelike
 All Classes Namespaces Functions Variables Typedefs Friends Pages
Public Attributes | List of all members
dungeon_builder::dungeon_meta Struct Reference

#include <dungeonbuilder.h>

Public Attributes

ChunkLayermain_dungeon
 
int width
 
int height
 
int num_rooms
 

Detailed Description

Data describing a dungeon. This wraps around a ChunkLayer and provides extra information.

Member Data Documentation

int dungeon_builder::dungeon_meta::height

The height of the dungeon to be created.

ChunkLayer* dungeon_builder::dungeon_meta::main_dungeon
See also
ChunkLayer
int dungeon_builder::dungeon_meta::num_rooms

The number of rooms in this dungeon.

See also
Room
int dungeon_builder::dungeon_meta::width

The width of the dungeon to be created.


The documentation for this struct was generated from the following file: