Création des liaisons entre les fichiers et fonctions afin de permettre l'execution du jeu
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#ifndef FIN_H
|
||||
#define FIN_H
|
||||
|
||||
void fin(unsigned long int timer);
|
||||
int fin(unsigned long int timer);
|
||||
|
||||
#endif
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#ifndef GAME_H
|
||||
#define GAME_H
|
||||
|
||||
void game(int colonnes, int lignes);
|
||||
int game(int colonnes, int lignes);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user