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