Estandaritzant noms segons convencions

This commit is contained in:
2024-10-10 20:27:31 +02:00
parent 9e5f41644e
commit d6c3c89872
67 changed files with 1457 additions and 1504 deletions

View File

@@ -1,10 +1,10 @@
#pragma once
#include <string> // for string
struct options_t;
#include <string> // for string
struct Options;
// Variables
extern options_t options;
extern Options options;
// Carga el fichero de configuración
bool loadOptionsFile(std::string filePath);