eliminats tots els #ifndef. Sembla que #pragma once ja funciona, no com fa quatre anys 😌
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user