load sample.png into image SDL_Surface *image; image=IMG_Load("sample.png"); if(!image) { printf("IMG_Load: %s\n", ...
確定! 回上一頁