Estandaritzant noms segons convencions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user