#include <iostream> #include <SDL2/SDL.h> int main() { /* Starting SDL */ if ... return 1; } /* Upload surface to render, and then, free the surface ...
確定! 回上一頁