Methodes.h 314 B

1234567891011
  1. #ifndef METHODES_H_INCLUDED
  2. #define METHODES_H_INCLUDED
  3. #include <fstream>
  4. #include <iostream>
  5. std::string niveauSuivant(std::string index, std::string niveauPrecedant);
  6. bool chargerNiveau(char *terrain, std::string chemin);
  7. void save(std::string index, std::string niveauActuel);
  8. #endif // METHODES_H_INCLUDED