Dungeonator
1.0.0
a dungeon generator library
src
dungeonator.h
Go to the documentation of this file.
1
#ifndef DUNGEONATOR_H
2
#define DUNGEONATOR_H
3
11
#include "
direction.h
"
12
#include "
grid.h
"
13
#include "
maze.h
"
14
#include "
rooms.h
"
15
#include "
generate.h
"
16
17
#endif
// !DUNGEONATOR_H
direction.h
declaration file for directions enum
generate.h
code pulling together all the parts to generate the dungeon
grid.h
declaration file for grid functions
maze.h
the implementation file for maze generation code
rooms.h
code for placing and detecting collisions of rooms
Generated by
1.9.0