#include <map.hpp>
Public Member Functions | |
| Location (int x, int y, MetaTile *tile) | |
| Constructor. | |
| bool | operator< (const Location &loc) const |
| Comparison operator. | |
Public Attributes | |
| int | x |
| int | y |
| MetaTile * | tile |
Used for pathfinding, open list.
Definition at line 66 of file map.hpp.
1.5.5