Example: sdl texture error void DrawTexture(SDL_Renderer *render, const char *path, Point pos, Size size) { SDL_Surface *image = SDL_LoadBMP(path); ...
確定! 回上一頁