claude: arreglos d'estil

This commit is contained in:
2025-08-16 19:48:32 +02:00
parent 1ced698093
commit ada5025c65
62 changed files with 903 additions and 1102 deletions

View File

@@ -187,7 +187,7 @@ struct ParamPlayer {
Color::fromHex(GameDefaults::Player::TwoCoffeeShirt::PLAYER1_LIGHT))}};
};
// --- Estructura principal para almacenar todos los parámetros del juego ---
// --- Estructura Param: almacena todos los parámetros del juego ---
struct Param {
ParamGame game;
ParamFade fade;
@@ -220,8 +220,8 @@ struct Param {
void precalculateZones();
};
// --- Variable global con los parámetros del juego ---
extern Param param;
// --- Variables ---
extern Param param; // Variable global con los parámetros del juego
// --- Funciones globales ---
void loadParamsFromFile(const std::string& file_path);
// --- Funciones ---
void loadParamsFromFile(const std::string& file_path); // Carga parámetros desde archivo