working on class sections

This commit is contained in:
2021-04-17 23:46:14 +02:00
parent 2330820a15
commit e9ff516b1d
18 changed files with 329 additions and 6375 deletions

View File

@@ -10,13 +10,13 @@ class Text2 : public Text
{
public:
// Constructor
Text2();
Text2(LTexture *texture, SDL_Renderer *renderer);
// Destructor
~Text2();
// Inicializador
void init(LTexture *texture, SDL_Renderer *renderer, Uint8 type, Uint8 size);
void init(Uint8 type, Uint8 size);
// Establece el valor de la variable
void setPosX(int value);