Dungeonator  1.0.0
a dungeon generator library
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
declaration file for directions enum
code pulling together all the parts to generate the dungeon
declaration file for grid functions
the implementation file for maze generation code
code for placing and detecting collisions of rooms