#include <pathfind.hpp>
Public Member Functions | |
mark (int turns_number=0, bool in_zoc=false, bool do_capture=false, bool is_invisible=false) | |
bool | operator== (const mark &m) const |
Public Attributes | |
int | turns |
bool | zoc |
bool | capture |
bool | invisible |
Definition at line 168 of file pathfind.hpp.
|
inline |
Definition at line 170 of file pathfind.hpp.
|
inline |
bool pathfind::marked_route::mark::capture |
Definition at line 176 of file pathfind.hpp.
Referenced by operator==().
bool pathfind::marked_route::mark::invisible |
Definition at line 177 of file pathfind.hpp.
Referenced by operator==().
int pathfind::marked_route::mark::turns |
Definition at line 174 of file pathfind.hpp.
Referenced by operator==().
bool pathfind::marked_route::mark::zoc |
Definition at line 175 of file pathfind.hpp.
Referenced by operator==().