void Sprite::LoadTexture(std::string path) { SDL_Surface *surface; SDL_Renderer *renderer; surface = IMG_LOAD(path.c_str()); ...
確定! 回上一頁