Arreglos varios al codi
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#include "define_buttons.h"
|
||||
#include "lang.h" // for getText
|
||||
#include "options.h" // for options
|
||||
#include "param.h" // for param
|
||||
#include "section.h" // for name, name_e, options, options_e
|
||||
#include "text.h" // for Text
|
||||
#include "utils.h" // for op_controller_t, options_t, param_t, paramGame_t
|
||||
#include "lang.h" // for getText
|
||||
#include "options.h" // for options
|
||||
#include "param.h" // for param
|
||||
#include "section.h" // for name, name_e, options, options_e
|
||||
#include "text.h" // for Text
|
||||
#include "utils.h" // for op_controller_t, options_t, param_t, paramGame_t
|
||||
|
||||
// Constructor
|
||||
DefineButtons::DefineButtons(Text *text)
|
||||
: text(text)
|
||||
{
|
||||
// Copia punteros a los objetos
|
||||
input = Input::get();
|
||||
this->text = text;
|
||||
|
||||
// Inicializa variables
|
||||
enabled = false;
|
||||
@@ -54,11 +54,6 @@ DefineButtons::DefineButtons(Text *text)
|
||||
}
|
||||
}
|
||||
|
||||
// Destructor
|
||||
DefineButtons::~DefineButtons()
|
||||
{
|
||||
}
|
||||
|
||||
// Actualiza las variables del objeto
|
||||
void DefineButtons::update()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user