Estandaritzats els accessos a fitxers
This commit is contained in:
@@ -35,8 +35,8 @@ public:
|
||||
void add(hiScoreEntry_t entry);
|
||||
|
||||
// Carga la tabla con los datos de un fichero
|
||||
bool loadFromFile(std::string filepath);
|
||||
bool loadFromFile(std::string filePath);
|
||||
|
||||
// Guarda la tabla en un fichero
|
||||
bool saveToFile(std::string filepath);
|
||||
bool saveToFile(std::string filePath);
|
||||
};
|
||||
Reference in New Issue
Block a user