Tile.cpp:
bool Tile::operator==(const Tile& rhs) const { return this->i == rhs.i && this->j == rhs.j; } bool Tile::operator!=(const Tile&am