Beispiel #1
0
bool SpaceShip::at(Point2D<size_t> point) const{
	LOG_INFO("");
	return m_spaceShipGraphics[point.width()][point.height()];
}