This commit is contained in:
2025-10-27 11:53:12 +01:00
parent 231dcd4b3b
commit 5d8811026d
69 changed files with 899 additions and 888 deletions

View File

@@ -119,7 +119,7 @@ void normalizeLine(LineDiagonal& l);
Uint8 stringToColor(const std::string& str);
// Convierte una cadena a un entero de forma segura
int safeStoi(const std::string& value, int defaultValue = 0);
int safeStoi(const std::string& value, int default_value = 0);
// Convierte una cadena a un booleano
bool stringToBool(const std::string& str);