Dungeonator  1.0.0
a dungeon generator library
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 connectors.hFile for connections between regions (doors)
 dead_ends.hCode for removing the dead-ends of the dungeon
 direction.hDeclaration file for directions enum
 dungeonator.hMain include file
 generate.hCode pulling together all the parts to generate the dungeon
 grid.hDeclaration file for grid functions
 maze.hImplementation file for maze generation code
 rooms.hCode for placing and detecting collisions of rooms
 tile.hInclude file for the potential tiles in a grid
 util.hVarious utilities used thoughout the code