Eliminat el punter a "section"

This commit is contained in:
2024-09-28 09:28:22 +02:00
parent 0a8d0479a0
commit 8d263931b2
19 changed files with 191 additions and 172 deletions

View File

@@ -22,7 +22,6 @@ private:
Text *text; // Objeto para escribir texto
// Variables
section_t *section; // Indicador para el bucle del titulo
bool enabled; // Indica si el objeto está habilitado
int x; // Posición donde dibujar el texto
int y; // Posición donde dibujar el texto
@@ -45,7 +44,7 @@ private:
public:
// Constructor
DefineButtons(Input *input, Text *text, section_t *section);
DefineButtons(Input *input, Text *text);
// Destructor
~DefineButtons();