... #include <SFML/Graphics.hpp> class Ball { public: double x, y; int Radius; void Render(int Rad, sf::Color BallColour) { sf::CircleShape shape(Rad); ...
確定! 回上一頁