eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌

This commit is contained in:
2024-07-26 10:45:29 +02:00
parent 89cea1c93e
commit 9886f314b5
32 changed files with 33 additions and 185 deletions

View File

@@ -4,10 +4,5 @@
#include "common/utils.h"
#include "const.h"
#ifndef LOAD_PARAM
#define LOAD_PARAM
// Establece valores para los parametros a partir de un fichero de texto
void loadParam(param_t *param, std::string filePath);
#endif
void loadParam(param_t *param, std::string filePath);