... DgSurface::DgSurface(const DgSurface& other) { //Copy name name = other.name; //Create new SDL_Surface image = SDL_ConvertSurface(other.image, ...
確定! 回上一頁