#include <room.h>
Public Types | |
| enum | Type { EMPTY , TUNNEL , REGULAR , UNLOCKED , HIDDEN , BARRICADE , LOCKED } |
Public Member Functions | |
| Door (int x, int y) | |
| void | set (Type type) |
| Point | getPoint () |
Public Attributes | |
| Type | type |
| enum Room::Door::Type |
| Room::Door::Door | ( | int | x, |
| int | y ) |
|
inline |

| void Room::Door::set | ( | Type | type | ) |

| Type Room::Door::type |