SFML 視窗中的Hello World ... #include <cassert> int main() { sf::RenderWindow sfmlWin(sf::VideoMode(600, 360), "Hello World SFML Window"); ...
確定! 回上一頁