Ya se puede modificar el JailerID desde la pantalla de titulo, aunque hay que pulirlo un poco

This commit is contained in:
2023-10-03 23:18:56 +02:00
parent ee261f4509
commit a4fd00794d
7 changed files with 114 additions and 47 deletions

View File

@@ -197,4 +197,7 @@ std::string boolToString(bool value);
// Compara dos colores
bool colorAreEqual(color_t color1, color_t color2);
// Convierte una cadena a minusculas
std::string toLower(std::string str);
#endif