#ifndef GESTIONFICHIERS_H_INCLUDED #define GESTIONFICHIERS_H_INCLUDED #include <iostream> #include <fstream> int haveNbJoueurs(); int haveNbBlocs(char axe); #endif // GESTIONFICHIERS_H_INCLUDED