#include <SFML/Graphics.hpp> int main() { sf::RenderWindow window(sf::VideoMode(640, 480), "SFML Application"); sf::CircleShape shape; ...
確定! 回上一頁