Definition at line 10 of file FinderPlace.h.
Public Member Functions | |
FinderPlace (Dir::eDir startDir, const V2 &loc) | |
V2 | getLoc () const |
Dir::eDir | getStartDir () const |
|
Definition at line 15 of file FinderPlace.h. 00016 : m_startDir(startDir), m_loc(loc) {}
|
|
Definition at line 17 of file FinderPlace.h. 00017 { return m_loc; }
|
|
Definition at line 18 of file FinderPlace.h. 00018 { return m_startDir; }
|