ManaPlus
|
#include <position.h>
Public Member Functions | |
Position (const int x0, const int y0) | |
Data Fields | |
int | x |
int | y |
A position along a being's path.
Definition at line 35 of file position.h.
|
inline |
Definition at line 37 of file position.h.
int Position::x |
Definition at line 45 of file position.h.
Referenced by SpecialLayer::addRoad(), LocalPlayer::moveToTarget(), Being::nextTile(), operator<<(), and Ea::BeingRecv::processBeingMove3().
int Position::y |
Definition at line 46 of file position.h.
Referenced by SpecialLayer::addRoad(), LocalPlayer::moveToTarget(), Being::nextTile(), operator<<(), and Ea::BeingRecv::processBeingMove3().