Limpieza y orden de código

This commit is contained in:
2022-10-19 10:17:09 +02:00
parent 8160ddc14a
commit 7288792940
27 changed files with 168 additions and 190 deletions

View File

@@ -51,11 +51,6 @@ MovingSprite::MovingSprite(float x, float y, int w, int h, float velx, float vel
currentFlip = SDL_FLIP_NONE;
};
// Destructor
MovingSprite::~MovingSprite()
{
}
// Reinicia todas las variables
void MovingSprite::clear()
{