#include <SFML\Graphics.hpp> #include <iostream> int main(int argc, char* argv[]) { sf::RenderWindow window(sf::VideoMode(640, 480), "SFML Render"); ...
確定! 回上一頁