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

@@ -58,6 +58,9 @@ public:
// Recarga la textura
bool reLoad();
// Obtiene la textura
SDL_Texture *getSDLTexture();
};
#endif