Trabajando en el ending

This commit is contained in:
2022-11-03 22:32:30 +01:00
parent 0b1b9f2d15
commit 9b66c7e275
6 changed files with 97 additions and 5 deletions

View File

@@ -198,4 +198,10 @@ int Texture::getHeight()
bool Texture::reLoad()
{
return loadFromFile(path, renderer);
}
// Obtiene la textura
SDL_Texture *Texture::getSDLTexture()
{
return texture;
}