9 lines
65 B
C
9 lines
65 B
C
#ifndef NBJOUEUR_H
|
|
#define NBJOUEUR_H
|
|
|
|
|
|
int nbjoueur();
|
|
|
|
|
|
#endif
|