#include <SFML/Graphics.hpp> #include "Menu.h" using namespace sf; int main() { VideoMode vm = VideoMode::getDesktopMode(); int width = vm.width, ...
確定! 回上一頁