forked from jaildesigner-jailgames/jaildoctors_dilemma
Trabajando en el ending
This commit is contained in:
@@ -198,4 +198,10 @@ int Texture::getHeight()
|
||||
bool Texture::reLoad()
|
||||
{
|
||||
return loadFromFile(path, renderer);
|
||||
}
|
||||
|
||||
// Obtiene la textura
|
||||
SDL_Texture *Texture::getSDLTexture()
|
||||
{
|
||||
return texture;
|
||||
}
|
||||
Reference in New Issue
Block a user