Un altre punteret a pendre per cul: options

This commit is contained in:
2024-09-27 19:00:09 +02:00
parent 0de9188547
commit 20de9e4b72
26 changed files with 677 additions and 679 deletions

View File

@@ -22,7 +22,6 @@ private:
Text *text; // Objeto para escribir texto
// Variables
options_t *options; // Opciones del programa
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
@@ -46,7 +45,7 @@ private:
public:
// Constructor
DefineButtons(Input *input, Text *text, options_t *options, section_t *section);
DefineButtons(Input *input, Text *text, section_t *section);
// Destructor
~DefineButtons();