// // Created by draia on 03/02/23. // #include "Tile.h" const Position &Tile::pos() const { return m_pos; }