neteja tidy a source/game (fixes d'arrel: BulletKind enum class, signatures, branches)

This commit is contained in:
2026-05-14 21:52:45 +02:00
parent 0ee117135c
commit 9a2da460cc
19 changed files with 643 additions and 693 deletions
+2 -2
View File
@@ -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);