#ifndef bdd_H #define bdd_H #include "ecran.h" #include "bouton.h" #include #include using namespace std; void defileTexte(ecran &lcd, String texte); void listequestions_init(ecran& lcd,bouton &boutonRelief, bouton &boutonPlat); void play(ecran &lcd, list Questions, int reponses[], bouton &boutonRelief, bouton &boutonPlat); #endif