#include <stdio.h> #include <stdlib.h> #include <SDL2/SDL.h> SDL_Window * window; SDL_Renderer * renderer; SDL_Texture * texture; SDL_Rect rectSrc; ...
確定! 回上一頁