... return 1; } printf("imagel loaded \n"); image2 = SDL_LoadBMP("image2.bmp"); if (image2 == NULL) I printf("Problem: %s\n", SDL_GetError()); return 1; ...
確定! 回上一頁