SDL_Init(SDL_INIT_VIDEO); SDL_Window * w = SDL_CreateWindow("Window", 0, 0, 500, 500 0); SDL_Renderer * r = SDL_CreateRenderer(w, -1, 0);
確定! 回上一頁