neteja tidy a source/game (fixes d'arrel: BulletKind enum class, signatures, branches)
This commit is contained in:
@@ -105,7 +105,7 @@ class Menu {
|
||||
auto setVars(const std::string &var, const std::string &value) -> bool;
|
||||
|
||||
// Asigna variables a partir de dos cadenas
|
||||
auto setItem(item_t *item, const std::string &var, const std::string &value) -> bool;
|
||||
static auto setItem(item_t *item, const std::string &var, const std::string &value) -> bool;
|
||||
|
||||
// Actualiza el menu para recolocarlo correctamente y establecer el tamaño
|
||||
void reorganize();
|
||||
@@ -190,7 +190,7 @@ class Menu {
|
||||
void centerMenuElementsOnX();
|
||||
|
||||
// Añade un item al menu
|
||||
void addItem(item_t item);
|
||||
void addItem(item_t new_item);
|
||||
|
||||
// Cambia el texto de un item
|
||||
void setItemCaption(int index, const std::string &text);
|
||||
|
||||
Reference in New Issue
Block a user