#include <iostream> #include <SFML/Window.hpp> int main(int argc, const char * argv[]) { sf::Window App(sf::VideoMode(800, 600, 32), ...
確定! 回上一頁