... while (1){ SDL_PollEvent(&event); if (event.type == SDL_QUIT){ break; } }*/ SDL_FreeSurface(bk);//Is it a picture resource SDL_FreeSurface(foo);//Is it ...
確定! 回上一頁