1
0
SAE11_2022/include/game.h

7 lines
75 B
C

#ifndef GAME_H
#define GAME_H
int game(int colonnes, int lignes);
#endif