
|
World::CELL Struct ReferenceRoom properties struct.
More...
Collaboration diagram for World::CELL:
[legend]List of all members.
|
Public Member Functions |
| CELL (int x, int y, const std::string &name) |
Public Attributes |
int | m_x |
int | m_y |
std::string | m_name |
bool | m_n |
bool | m_s |
bool | m_e |
bool | m_w |
Detailed Description
Room properties struct.
Definition at line 36 of file World.h.
Constructor & Destructor Documentation
World::CELL::CELL |
( |
int |
x, |
|
|
int |
y, |
|
|
const std::string & |
name | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
|