Modificado el parser para leer archivos de texto

This commit is contained in:
2024-06-26 13:35:28 +02:00
parent c8d1e79e1d
commit 9065dd1b94
5 changed files with 97 additions and 17 deletions

View File

@@ -8,6 +8,6 @@
#define LOAD_PARAM
// Establece valores para los parametros a partir de un fichero de texto
bool loadParam(param_t *param, std::string filePath);
void loadParam(param_t *param, std::string filePath);
#endif