18 std::list
<Platform
*> platforms
;
20 Mapa(std::string name
, Game
*g
);
22 void novaPlataforma(double xmin
, double ymin
, double xmax
, double ymax
, bool pass
);
24 void setSpawn(Ponto spawn
);
27 void setTamanho(double width
, double height
);