7 lines
75 B
C
7 lines
75 B
C
#ifndef GAME_H
|
|
#define GAME_H
|
|
|
|
int game(int colonnes, int lignes);
|
|
|
|
#endif
|