Here is my code: main.cpp #include <SFML/Graphics.hpp> #include "CardGrid.h" int main() { sf::RenderWindow window(sf::VideoMode(500, 500, 32), ...
確定! 回上一頁