Eliminat el punter a "section"
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user