Canviades certes opcions a parametres i afegides noves opcions

This commit is contained in:
2024-10-11 09:03:57 +02:00
parent 117b80bdfc
commit e1fa1d2102
8 changed files with 113 additions and 115 deletions

View File

@@ -7,7 +7,7 @@ struct Options;
extern Options options;
// Carga el fichero de configuración
bool loadOptionsFile(std::string filePath);
bool loadOptionsFile(std::string file_path);
// Guarda el fichero de configuración
bool saveOptionsFile(std::string filePath);
bool saveOptionsFile(std::string file_path);