... <SFML/Graphics.hpp> int _tmain(int argc, _TCHAR* argv[]) { sf::RenderWindow window(sf::VideoMode(640, 480), "SFML Application"); sf::CircleShape shape; ...
確定! 回上一頁