Estandaritzant noms segons convencions
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <string> // for string
|
||||
struct param_t;
|
||||
#include <string> // for string
|
||||
struct Param;
|
||||
|
||||
extern param_t param;
|
||||
extern Param param;
|
||||
|
||||
// Establece valores para los parametros a partir de un fichero de texto
|
||||
void loadParamsFromFile(std::string filePath);
|
||||
void loadParamsFromFile(std::string file_path);
|
||||
Reference in New Issue
Block a user