Reduced checkFileList function

This commit is contained in:
2021-08-30 14:06:33 +02:00
parent 56dd646dde
commit 005eab5694
2 changed files with 40 additions and 113 deletions

View File

@@ -89,6 +89,9 @@ private:
// Ejecuta la seccion de juego donde se juega
void runGame();
// Comprueba los ficheros del vector de ficheros que coinciden con una ruta dada
bool checkFolder(std::string name, std::string path);
public:
// Constructor
Director(std::string path);