| 56 | _mapPosition = pos; |
| 57 | } |
| 58 | void PaintSession::setUnkPosition(const World::Pos2& pos) |
| 59 | { |
| 60 | _unkPositionX = pos.x; |
| 61 | _unkPositionY = pos.y; |
| 62 | } |
| 63 | void PaintSession::setVpPosition(const Ui::Point& pos) |
| 64 | { |
| 65 | _vpPositionX = pos.x; |
no outgoing calls
no test coverage detected