hy

Dependencies:   mbed

Classes/tJeu.h

Committer:
CarlaY
Date:
2016-03-24
Revision:
0:daa4f58b511e

File content as of revision 0:daa4f58b511e:

private : 
    int _Niveau; 
    int _Score; 
    
public: 
    int AfficherScore(); 
    int AfficherNiveau(); 
    void ChoixNext(int);