Me voy a la cama. Sigo con la reescritura de todo el código
This commit is contained in:
@@ -21,16 +21,13 @@ private:
|
||||
|
||||
public:
|
||||
// Constructor
|
||||
SmartSprite();
|
||||
SmartSprite(LTexture *texture, SDL_Renderer *renderer);
|
||||
|
||||
// Destructor
|
||||
~SmartSprite();
|
||||
|
||||
// Inicializador
|
||||
void init(LTexture *texture, SDL_Renderer *renderer);
|
||||
|
||||
// Pone a cero los elementos del objeto
|
||||
void erase();
|
||||
void init();
|
||||
|
||||
// Obtiene el valor de la variable
|
||||
bool isEnabled();
|
||||
|
||||
Reference in New Issue
Block a user