#include <MovementGenerator.h>
Public Attributes | |
Vector2D | position |
Vector2D | direction |
Friends | |
std::ostream & | operator<< (std::ostream &Stream, const NeighborMapEntry &e) |
Definition at line 38 of file MovementGenerator.h.
std::ostream& operator<< | ( | std::ostream & | Stream, | |
const NeighborMapEntry & | e | |||
) | [friend] |
Definition at line 26 of file MovementGenerator.cc.
Definition at line 40 of file MovementGenerator.h.
Referenced by operator<<().
Definition at line 40 of file MovementGenerator.h.
Referenced by operator<<(), and SimpleGameClient::updateNeighbors().