std::vector m_starsList; float Stars::getLength() const { return m_length; } void Game::generateStars(int starsNb) { std::srand(time(0)); w