Used for pathfinding, open list.
Definition at line 46 of file map.cpp.
Public Member Functions | |
| Location (int px, int py, MetaTile *ptile) | |
| Constructor. | |
| bool | operator< (const Location &loc) const |
| Comparison operator. | |
Public Attributes | |
| int | x |
| int | y |
| MetaTile * | tile |
| Location::Location | ( | int | px, | |
| int | py, | |||
| MetaTile * | ptile | |||
| ) | [inline] |
| bool Location::operator< | ( | const Location & | loc | ) | const [inline] |
| int Location::x |
| int Location::y |
1.5.5