Room::Room |
( |
const Room & |
r | ) |
|
- Parameters
-
_tl | the top-left corner of the room relative to its parent dungeon |
_br | the bottom-right corner of the room relative to its parent dungeon |
Creates a new room.
void Room::print |
( |
| ) |
const |
|
private |
Prints a description of the points in this room.
ostream& operator<< |
( |
ostream & |
out, |
|
|
const Room & |
R |
|
) |
| |
|
friend |
- Parameters
-
R | the room to output Overloaded output stream operator to easily print a room. |
The bottom left corner of the room relative to its parent dungeon.
The top left corner of the room relative to its parent dungeon.
The documentation for this class was generated from the following files:
- src/world/dungeon_gen/room.h
- src/world/dungeon_gen/room.cpp